From d2a2ee80221172a7d9db742ece0f9d0410e5eb4a Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sat, 26 Mar 2022 13:25:46 -0700 Subject: [PATCH] CI: windows: disable progress bar for faster downloads Signed-off-by: Stephen Gutekanst --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16410f43..098e374e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,6 +53,7 @@ jobs: run: choco install git - name: Setup Zig run: | + $ProgressPreference = 'SilentlyContinue' Invoke-WebRequest -Uri "https://ziglang.org/builds/zig-windows-x86_64-0.10.0-dev.1107+7deadf430.zip" -OutFile "C:\zig.zip" cd C:\ 7z x zig.zip