aboutsummaryrefslogtreecommitdiffstats
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
parentci: cache using ccache (diff)
downloadnvim-treesitter-3372bfbcf2c5e9eb908ffd21050b375b3000fbe3.tar
nvim-treesitter-3372bfbcf2c5e9eb908ffd21050b375b3000fbe3.tar.gz
nvim-treesitter-3372bfbcf2c5e9eb908ffd21050b375b3000fbe3.tar.bz2
nvim-treesitter-3372bfbcf2c5e9eb908ffd21050b375b3000fbe3.tar.lz
nvim-treesitter-3372bfbcf2c5e9eb908ffd21050b375b3000fbe3.tar.xz
nvim-treesitter-3372bfbcf2c5e9eb908ffd21050b375b3000fbe3.tar.zst
nvim-treesitter-3372bfbcf2c5e9eb908ffd21050b375b3000fbe3.zip
ci: use curl on Windows CI
-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'