feat: setup zig and run `zig build`
/ test (push) Failing after 9m34s Details

ci-dev
LeRoyce Pearson 2024-05-29 21:08:40 -06:00
parent 8846d2cb87
commit d70f48afda
1 changed files with 5 additions and 1 deletions

View File

@ -3,4 +3,8 @@ jobs:
test:
runs-on: docker
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