mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 07:20:06 -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
|
- name: Compile parsers Windows
|
||||||
if: matrix.os == 'windows-2022'
|
if: matrix.os == 'windows-2022'
|
||||||
run: |
|
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
|
- name: Post compile Windows
|
||||||
if: matrix.os == 'windows-2022'
|
if: matrix.os == 'windows-2022'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue