feat: setup zig and run `zig build`
/ test (push) Failing after 9m34s
Details
/ test (push) Failing after 9m34s
Details
parent
8846d2cb87
commit
d70f48afda
|
@ -3,4 +3,8 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- run: echo All Good
|
- name: Setup Zig
|
||||||
|
uses: https://git.samsehu.perli.casa/Twins/action-setup-zig@v2.2.0
|
||||||
|
with:
|
||||||
|
version: 0.12.0
|
||||||
|
- run: zig build
|
||||||
|
|
Loading…
Reference in New Issue