File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - uses : actions/checkout@v3
16- - uses : mlugg/setup-zig@v1
16+ - uses : mlugg/setup-zig@v2
1717 with :
18- version : 0.14.0
18+ version : master
1919 - run : zig version
2020 - run : zig fmt --check src
2121 - run : zig build test -Dhas-zig -Dhas-objc-msgsend-stubs --summary all
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ tl;dr `bold` is currently directly competing with LLVM lld but behind the Apple
4444
4545### Building
4646
47- You will need Zig 0.14.0 in your path. You can download it from [ here] ( https://ziglang.org/download/ ) .
47+ You will need nightly Zig in your path. You can download it from [ here] ( https://ziglang.org/download/ ) .
4848
4949```
5050$ zig build -Doptimize=ReleaseFast
You can’t perform that action at this time.
0 commit comments