Skip to content

Commit

Permalink
chore: Use mlugg/setup-zig instead of goto-bus-stop/setup-zig
Browse files Browse the repository at this point in the history
  • Loading branch information
Hejsil committed Sep 13, 2024
1 parent c9d2b6b commit aa74b85
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 @@ -15,15 +15,15 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: goto-bus-stop/setup-zig@v2
- uses: mlugg/setup-zig@v1
with:
version: master
- run: zig build test -Doptimize=${{ matrix.optimize }}
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: goto-bus-stop/setup-zig@v2
- uses: mlugg/setup-zig@v1
with:
version: master
- run: zig fmt --check .
Expand Down

0 comments on commit aa74b85

Please sign in to comment.