gpu-dawn: CI: correct Windows PATH for zig.exe
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
7e93d4f021
commit
28ac8bd844
1 changed files with 2 additions and 2 deletions
4
gpu-dawn/.github/workflows/ci.yml
vendored
4
gpu-dawn/.github/workflows/ci.yml
vendored
|
|
@ -105,7 +105,7 @@ jobs:
|
|||
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
|
||||
Add-Content $env:GITHUB_PATH "C:\"
|
||||
Add-Content $env:GITHUB_PATH "C:\bin"
|
||||
- name: Clone mach-glfw
|
||||
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
||||
- name: install (debug)
|
||||
|
|
@ -133,7 +133,7 @@ jobs:
|
|||
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
|
||||
Add-Content $env:GITHUB_PATH "C:\"
|
||||
Add-Content $env:GITHUB_PATH "C:\bin"
|
||||
- name: Clone mach-glfw
|
||||
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
||||
- name: install (release-fast)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue