gpu-dawn: CI: Make sure we download files 122x faster on Windows

https://twitter.com/slimsag/status/1500277717291323392

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-05 18:19:15 -07:00
parent 83f1104a0a
commit 813ae21e8f

View file

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