diff --git a/.github/workflows/windows_ci.yml b/.github/workflows/windows_ci.yml index 151c979853..07611fee00 100644 --- a/.github/workflows/windows_ci.yml +++ b/.github/workflows/windows_ci.yml @@ -45,7 +45,7 @@ jobs: gcc -Werror -municode -w v.c -lws2_32 - name: Install dependencies run: | - v setup-freetype + v retry -- v setup-freetype .\.github\workflows\windows-install-sqlite.bat - name: v doctor run: | @@ -100,7 +100,7 @@ jobs: run: v -no-retry-compilation -gc boehm run examples/hello_world.v - name: Install dependencies run: | - v setup-freetype + v retry -- v setup-freetype .\.github\workflows\windows-install-sqlite.bat - name: v doctor run: | @@ -151,7 +151,7 @@ jobs: .\thirdparty\tcc\tcc.exe -Werror -w -ladvapi32 -lws2_32 -bt10 v.c - name: Install dependencies run: | - v setup-freetype + v retry -- v setup-freetype .\.github\workflows\windows-install-sqlite.bat - name: v doctor run: |