We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16fc12c commit b4fb499Copy full SHA for b4fb499
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Setup Zig
12
run: |
13
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'
+ 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'
15
- name: build
16
run: zig build
17
- name: test
.gitignore
@@ -9,7 +9,7 @@
9
# Cheers!
10
# -andrewrk
-zig-cache/
+.zig-cache/
zig-out/
/release/
/debug/
0 commit comments