summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2022-01-21 19:43:00 +0100
committerStephan Seitz <stephan.seitz@fau.de>2022-01-21 22:06:17 +0100
commit3372bfbcf2c5e9eb908ffd21050b375b3000fbe3 (patch)
tree12664f70f0cb52eab0fd03c5b49c475271ade15d /.github
parent8b0398c5e32483810e9975f4af5e447f4d25acdb (diff)
ci: use curl on Windows CI
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 3d82eba7..fb1a8e27 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'