Skip to content

Commit b4fb499

Browse files
author
Stephen Gutekanst
committed
update to Zig 2024.5.0-mach
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
1 parent 16fc12c commit b4fb499

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup Zig
1212
run: |
1313
sudo apt install xz-utils
14-
sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-linux-x86_64-0.12.0-dev.2063+804cee3b9.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
14+
sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-linux-x86_64-0.13.0-dev.351+64ef45eb0.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
1515
- name: build
1616
run: zig build
1717
- name: test

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Cheers!
1010
# -andrewrk
1111

12-
zig-cache/
12+
.zig-cache/
1313
zig-out/
1414
/release/
1515
/debug/

0 commit comments

Comments
 (0)