diff options
Diffstat (limited to '.github/workflows/tests.yml')
| -rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8c4043417..b3858b5de 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -44,7 +44,7 @@ jobs: env: NVIM_TAG: stable run: | - bash ./scripts/ci-install-${{ matrix.os }}.sh + bash ./scripts/ci-install.sh - name: Setup Parsers Cache id: parsers-cache |
