mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
ci: use curl on Windows CI
This commit is contained in:
parent
8b0398c5e3
commit
3372bfbcf2
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue