mirror of
https://github.com/vlang/v.git
synced 2025-09-16 02:49:31 -04:00
ci: use v retry -- v setup-freetype
to make the CI more robust against random network failures
This commit is contained in:
parent
78ed1f703a
commit
bc90058b9e
6
.github/workflows/windows_ci.yml
vendored
6
.github/workflows/windows_ci.yml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user