Skip to content

Commit 69cabd9

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
run: |
2424
sudo apt install xz-utils
2525
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
2627
run: zig build
2728
- name: test
2829
run: zig build test

0 commit comments

Comments
 (0)