Skip to content

Commit e63825c

Browse files
committed
Update to Zig version 0.15.0-dev.1149+4e6a04929
The version I had bumped to wasn't in the Zig mirrors.
1 parent 9a6343f commit e63825c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/all-debug-compile-only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Zig
2020
uses: mlugg/setup-zig@v1
2121
with:
22-
version: 0.15.0-dev.1145+3ae0ba096
22+
version: 0.15.0-dev.1149+4e6a04929
2323

2424
- name: Enable all debug flags
2525
run: scripts/enable-all-debug-flags.sh

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Zig
1919
uses: mlugg/setup-zig@v1
2020
with:
21-
version: 0.15.0-dev.1145+3ae0ba096
21+
version: 0.15.0-dev.1149+4e6a04929
2222

2323
- name: Run tests
2424
run: zig build test --summary all

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You need the Zig compiler, preferably one built with the known-good version
3939
commit. You can find the source code, instructions for building, and more on the
4040
[Zig repository](https://github.com/ziglang/zig).
4141

42-
Latest Zig version known to work is [0.15.0-dev.1145+3ae0ba096](https://github.com/ziglang/zig/commit/3ae0ba096).
42+
Latest Zig version known to work is [0.15.0-dev.1149+4e6a04929](https://github.com/ziglang/zig/commit/4e6a04929).
4343
Earlier and later versions may work but there are no guarantees.
4444

4545
## Building zigSelf

0 commit comments

Comments
 (0)