Skip to content

Commit

Permalink
Zig 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmstill committed Apr 20, 2024
1 parent b1b077a commit 99283c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v1
with:
version: master
version: 0.12.0
- name: zig build test
working-directory: "./${{matrix.dir}}"
run: zig build test
Expand All @@ -29,5 +29,5 @@ jobs:
- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v1
with:
version: master
version: 0.12.0
- run: zig fmt --check .

0 comments on commit 99283c9

Please sign in to comment.