From 3372bfbcf2c5e9eb908ffd21050b375b3000fbe3 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Fri, 21 Jan 2022 19:43:00 +0100 Subject: ci: use curl on Windows CI --- .github/workflows/check-query-files-and-compilation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3-70-g09d2