Skip to content

Commit d1897fb

Browse files
committed
fixup! [ci] Add inital support for github workflows
1 parent 69cabd9 commit d1897fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Zig
2323
run: |
2424
sudo apt install xz-utils
25-
sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-linux-x86_64-0.14.0-dev.2577+271452d22.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
25+
sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-x86_64-linux-0.14.1.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
2626
- name: build
2727
run: zig build
2828
- name: test
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Zig
3939
run: |
4040
brew install xz
41-
sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-macos-x86_64-0.14.0-dev.2577+271452d22.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
41+
sudo sh -c 'wget -c https://pkg.machengine.org/zig/zig-x86_64-macos-0.14.1.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
4242
- name: build
4343
run: zig build
4444
- name: test

0 commit comments

Comments
 (0)