ci: use curl on Windows CI

This commit is contained in:
Stephan Seitz
2022-01-21 19:43:00 +01:00
parent 8b0398c5e3
commit 3372bfbcf2

View File

@@ -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'