File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 - name : Setup Zig
1212 run : |
1313 sudo apt install xz-utils
14- sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-linux-x86_64-0.14.0-dev.1911+3bf89f55c .tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
14+ sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-linux-x86_64-0.14.0-dev.2577+271452d22 .tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
1515 - name : x86_64-linux -> aarch64-macos
1616 run : zig build -Dtarget=aarch64-macos
1717 # - name: test
@@ -24,10 +24,10 @@ jobs:
2424 - name : Setup Zig
2525 run : |
2626 $ProgressPreference = 'SilentlyContinue'
27- Invoke-WebRequest -Uri "https://pkg.machengine.org/zig/zig-windows-x86_64-0.14.0-dev.1911+3bf89f55c .zip" -OutFile "C:\zig.zip"
27+ Invoke-WebRequest -Uri "https://pkg.machengine.org/zig/zig-windows-x86_64-0.14.0-dev.2577+271452d22 .zip" -OutFile "C:\zig.zip"
2828 cd C:\
2929 7z x zig.zip
30- Add-Content $env:GITHUB_PATH "C:\zig-windows-x86_64-0.14.0-dev.1911+3bf89f55c \"
30+ Add-Content $env:GITHUB_PATH "C:\zig-windows-x86_64-0.14.0-dev.2577+271452d22 \"
3131 # - name: test
3232 # run: zig build test
3333 x86_64-macos :
3838 - name : Setup Zig
3939 run : |
4040 brew install xz
41- sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-macos-x86_64-0.14.0-dev.1911+3bf89f55c .tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
41+ sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-macos-x86_64-0.14.0-dev.2577+271452d22 .tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
4242 # - name: test
4343 # run: zig build test
You can’t perform that action at this time.
0 commit comments