Skip to content

Commit

Permalink
ci: use v retry -- v setup-freetype to make the CI more robust agai…
Browse files Browse the repository at this point in the history
…nst random network failures
  • Loading branch information
spytheman committed Dec 18, 2024
1 parent 78ed1f7 commit bc90058
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit bc90058

Please sign in to comment.