diff options
Diffstat (limited to '.github/workflows/update-lockfile.yml')
| -rw-r--r-- | .github/workflows/update-lockfile.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-lockfile.yml b/.github/workflows/update-lockfile.yml index efcea9ee6..b163a3232 100644 --- a/.github/workflows/update-lockfile.yml +++ b/.github/workflows/update-lockfile.yml @@ -27,7 +27,7 @@ jobs: wget https://github.com/josephburnett/jd/releases/download/v1.7.1/jd-amd64-linux mv jd-amd64-linux /tmp/jd chmod +x /tmp/jd - bash scripts/ci-install-ubuntu-latest.sh + bash scripts/ci-install.sh - name: Update parsers env: |
