From 2288fa8d7868d79b63205aab51ab333c0ec5fbaa Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sat, 26 Mar 2022 13:25:56 -0700 Subject: [PATCH] glfw: CI: windows: disable progress bar for faster downloads Signed-off-by: Stephen Gutekanst --- glfw/.github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/glfw/.github/workflows/ci.yml b/glfw/.github/workflows/ci.yml index e67d9930..1e0febeb 100644 --- a/glfw/.github/workflows/ci.yml +++ b/glfw/.github/workflows/ci.yml @@ -47,6 +47,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