From bc90058b9ef18b888eac73089936d8b93a77523f Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Wed, 18 Dec 2024 21:16:25 +0200 Subject: [PATCH] ci: use `v retry -- v setup-freetype` to make the CI more robust against random network failures --- .github/workflows/windows_ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: |