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:
parent
83f1104a0a
commit
813ae21e8f
1 changed files with 2 additions and 0 deletions
2
gpu-dawn/.github/workflows/ci.yml
vendored
2
gpu-dawn/.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue