Skip to content

Commit

Permalink
Update CI to use mlugg's setup-zig action
Browse files Browse the repository at this point in the history
  • Loading branch information
kubkon committed Dec 27, 2024
1 parent 87e12a5 commit 28d2bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: true
- uses: goto-bus-stop/setup-zig@v1
- uses: mlugg/setup-zig@v1
with:
version: master
version: 0.13.0
- run: zig fmt --check src
- run: zig build install

0 comments on commit 28d2bb3

Please sign in to comment.