mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 20:00:07 -04:00
Fix CI (not use appimage on Mac)
This commit is contained in:
parent
31bd75aaae
commit
a9a3418726
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ jobs:
|
||||||
|
|
||||||
- name: Check query files (Unix)
|
- name: Check query files (Unix)
|
||||||
if: matrix.os != 'windows-latest'
|
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
|
- name: Compile parsers Windows
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue