aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
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 3d82eba74..fb1a8e27e 100644
--- a/.github/workflows/check-query-files-and-compilation.yml
+++ b/.github/workflows/check-query-files-and-compilation.yml
@@ -78,7 +78,7 @@ jobs:
- name: Compile parsers Windows
if: matrix.os == 'windows-2022'
run: |
- Neovim\\bin\\nvim.exe --headless -c "TSInstallSync all" -c "q"
+ Neovim\\bin\\nvim.exe --headless -c "lua require'nvim-treesitter.install'.prefer_git=false" -c "TSInstallSync all" -c "q"
- name: Post compile Windows
if: matrix.os == 'windows-2022'