File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,16 @@ jobs:
1515 - uses : actions/checkout@v4
1616
1717 - name : Download zig
18- run : wget https://ziglang.org/builds/zig-linux-x86_64-0.14.0-dev.15+d4bc64038 .tar.xz
18+ run : wget https://ziglang.org/builds/zig-linux-x86_64-0.14.0-dev.2271+f845fa04a .tar.xz
1919
2020 - name : Extract
21- run : tar -xf zig-linux-x86_64-0.14.0-dev.15+d4bc64038 .tar.xz
21+ run : tar -xf zig-linux-x86_64-0.14.0-dev.2271+f845fa04a .tar.xz
2222
2323 - name : Alias
24- run : alias zig=$PWD/zig-linux-x86_64-0.14.0-dev.15+d4bc64038 /zig
24+ run : alias zig=$PWD/zig-linux-x86_64-0.14.0-dev.2271+f845fa04a /zig
2525
2626 - name : Version
27- run : $PWD/zig-linux-x86_64-0.14.0-dev.15+d4bc64038 /zig version
27+ run : $PWD/zig-linux-x86_64-0.14.0-dev.2271+f845fa04a /zig version
2828
2929 - name : Test
30- run : $PWD/zig-linux-x86_64-0.14.0-dev.15+d4bc64038 /zig build test
30+ run : $PWD/zig-linux-x86_64-0.14.0-dev.2271+f845fa04a /zig build test
You can’t perform that action at this time.
0 commit comments