File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222 - name : Setup Zig
2323 run : |
2424 sudo apt install xz-utils
25- 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'
25+ sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-x86_64-linux- 0.14.1 .tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
2626 - name : build
2727 run : zig build
2828 - name : test
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.2577+271452d22 .tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
41+ sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-x86_64-macos- 0.14.1 .tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
4242 - name : build
4343 run : zig build
4444 - name : test
You can’t perform that action at this time.
0 commit comments