Fix CI (not use appimage on Mac)

This commit is contained in:
Stephan Seitz 2021-03-15 21:12:51 +01:00 committed by Kiyan
parent 31bd75aaae
commit a9a3418726

View file

@ -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'