aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2021-03-15 21:12:51 +0100
committerKiyan <yazdani.kiyan@protonmail.com>2021-03-16 18:52:43 +0100
commita9a341872697df81a023d7d745ba43bb32478a47 (patch)
treeea1da4c0394e71ba26fdacc766bc94302fac05f1 /.github
parentupdate comment revision (diff)
downloadnvim-treesitter-a9a341872697df81a023d7d745ba43bb32478a47.tar
nvim-treesitter-a9a341872697df81a023d7d745ba43bb32478a47.tar.gz
nvim-treesitter-a9a341872697df81a023d7d745ba43bb32478a47.tar.bz2
nvim-treesitter-a9a341872697df81a023d7d745ba43bb32478a47.tar.lz
nvim-treesitter-a9a341872697df81a023d7d745ba43bb32478a47.tar.xz
nvim-treesitter-a9a341872697df81a023d7d745ba43bb32478a47.tar.zst
nvim-treesitter-a9a341872697df81a023d7d745ba43bb32478a47.zip
Fix CI (not use appimage on Mac)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check-query-files-and-compilation.yml2
1 files changed, 1 insertions, 1 deletions
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'