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 1313 - name : Setup Zig
1414 run : |
1515 sudo apt install xz-utils
16- sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-linux-x86_64-0.14.0-dev.1710+8ee52f99c .tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
16+ 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'
1717 - name : build
1818 run : zig build
1919 x86_64-windows :
@@ -26,10 +26,10 @@ jobs:
2626 - name : Setup Zig
2727 run : |
2828 $ProgressPreference = 'SilentlyContinue'
29- Invoke-WebRequest -Uri "https://pkg.machengine.org/zig/zig-windows-x86_64-0.14.0-dev.1710+8ee52f99c .zip" -OutFile "C:\zig.zip"
29+ Invoke-WebRequest -Uri "https://pkg.machengine.org/zig/zig-windows-x86_64-0.14.0-dev.1911+3bf89f55c .zip" -OutFile "C:\zig.zip"
3030 cd C:\
3131 7z x zig.zip
32- Add-Content $env:GITHUB_PATH "C:\zig-windows-x86_64-0.14.0-dev.1710+8ee52f99c \"
32+ Add-Content $env:GITHUB_PATH "C:\zig-windows-x86_64-0.14.0-dev.1911+3bf89f55c \"
3333 - name : build
3434 run : zig build
3535 x86_64-macos :
4242 - name : Setup Zig
4343 run : |
4444 brew install xz
45- sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-macos-x86_64-0.14.0-dev.1710+8ee52f99c .tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
45+ 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'
4646 - name : build
4747 run : zig build
4848 env :
You can’t perform that action at this time.
0 commit comments