From 813ae21e8f1b49ecc1fea02605cf75f6506fe5b5 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sat, 5 Mar 2022 18:19:15 -0700 Subject: [PATCH] gpu-dawn: CI: Make sure we download files 122x faster on Windows https://twitter.com/slimsag/status/1500277717291323392 Signed-off-by: Stephen Gutekanst --- gpu-dawn/.github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gpu-dawn/.github/workflows/ci.yml b/gpu-dawn/.github/workflows/ci.yml index cdff57a7..0dec1034 100644 --- a/gpu-dawn/.github/workflows/ci.yml +++ b/gpu-dawn/.github/workflows/ci.yml @@ -101,6 +101,7 @@ jobs: run: choco install git - name: Setup Zig run: | + $ProgressPreference = 'SilentlyContinue' Invoke-WebRequest -Uri "https://drive.google.com/uc?export=download&id=15kRWfJo1Rjt6x6IfkKROMF9XBRDgm_GI&confirm=t" -OutFile "C:\zig.zip" cd C:\ 7z x zig.zip @@ -128,6 +129,7 @@ jobs: run: choco install git - name: Setup Zig run: | + $ProgressPreference = 'SilentlyContinue' Invoke-WebRequest -Uri "https://drive.google.com/uc?export=download&id=15kRWfJo1Rjt6x6IfkKROMF9XBRDgm_GI&confirm=t" -OutFile "C:\zig.zip" cd C:\ 7z x zig.zip