We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 214dfa4 commit 69cabd9Copy full SHA for 69cabd9
.github/workflows/ci.yaml
@@ -23,6 +23,7 @@ jobs:
23
run: |
24
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'
26
+ - name: build
27
run: zig build
28
- name: test
29
run: zig build test
0 commit comments