ci: use v retry -- v setup-freetype to make the CI more robust against random network failures

This commit is contained in:
Delyan Angelov 2024-12-18 21:16:25 +02:00
parent 78ed1f703a
commit bc90058b9e
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -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: |