Skip to content

Commit 632a82c

Browse files
committed
Use latest Zig in CI
1 parent 1f639bd commit 632a82c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)