Skip to content

Commit

Permalink
ci: upgrade to mlugg/setup-zig@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriknielaender authored Jan 31, 2025
1 parent 06274a1 commit 0a08e44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/zig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4
- uses: goto-bus-stop/setup-zig@v2
- uses: mlugg/setup-zig@v1
with:
version: 0.13.0
- run: zig build test
Expand All @@ -27,13 +27,13 @@ jobs:
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4
- uses: goto-bus-stop/setup-zig@v2
- uses: mlugg/setup-zig@v1
with:
version: 0.13.0
- run: zig build examples
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: goto-bus-stop/setup-zig@v2
- uses: mlugg/setup-zig@v1
- run: zig fmt --check zbench.zig util/*.zig

0 comments on commit 0a08e44

Please sign in to comment.