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 5c8b4b7 commit 44c8174
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,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 ${{ matrix.step }} -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 .
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: 'true'
- uses: goto-bus-stop/setup-zig@v2
- uses: mlugg/setup-zig@v1
with:
version: master

Expand Down

0 comments on commit 44c8174

Please # to comment.