dev: fix zig version update script
This commit is contained in:
parent
f3109b365c
commit
62e00bfbd0
3 changed files with 13 additions and 13 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -64,7 +64,7 @@ jobs:
|
|||
Invoke-WebRequest -Uri 'https://ziglang.org/builds/zig-windows-x86_64-0.10.0-dev.4060+61aaef0b0.zip' -OutFile 'C:\zig.zip'
|
||||
cd C:\
|
||||
7z x zig.zip
|
||||
Add-Content $env:GITHUB_PATH 'C:\zig-windows-x86_64-0.10.0-dev.3027+0e26c6149\'
|
||||
Add-Content $env:GITHUB_PATH 'C:\zig-windows-x86_64-0.10.0-dev.4060+61aaef0b0\'
|
||||
- name: compile all examples
|
||||
run: zig build compile-all
|
||||
- name: test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue