Skip to content

Commit a337c9e

Browse files
wrench-botStephen Gutekanst
authored andcommitted
all: update Zig to version 0.12.0-dev.3161+377ecc6af
Signed-off-by: Wrench[bot] <wrench@hexops.com>
1 parent 39d6915 commit a337c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- name: Setup Zig
1414
run: |
1515
sudo apt install xz-utils
16-
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'
16+
sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-linux-x86_64-0.12.0-dev.3161+377ecc6af.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
1717
- name: build
1818
run: zig build

0 commit comments

Comments
 (0)