diff --git a/.github/workflows/check-query-files-and-compilation.yml b/.github/workflows/check-query-files-and-compilation.yml index 301a327e0..c771ae877 100644 --- a/.github/workflows/check-query-files-and-compilation.yml +++ b/.github/workflows/check-query-files-and-compilation.yml @@ -39,7 +39,7 @@ jobs: - name: Check query files (Unix) if: matrix.os != 'windows-latest' - run: ./nvim.appimage --headless -c "luafile ./scripts/check-queries.lua" -c "q" + run: nvim --headless -c "luafile ./scripts/check-queries.lua" -c "q" - name: Compile parsers Windows if: matrix.os == 'windows-latest'