glfw: CI: windows: disable progress bar for faster downloads

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-26 13:25:56 -07:00
parent d2a2ee8022
commit 2288fa8d78

View file

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