mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
ci: use curl on Windows CI
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user