Skip to content

Commit

Permalink
use mluggs setup
Browse files Browse the repository at this point in the history
  • Loading branch information
FObersteiner committed Jun 14, 2024
1 parent 3404e73 commit 0f82b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@main
- uses: goto-bus-stop/setup-zig@v2
- uses: mlugg/setup-zig@v1
with:
version: master
- run: zig build test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: goto-bus-stop/setup-zig@v2
- uses: mlugg/setup-zig@v1
- run: zig fmt --check build.zig src/*.zig

0 comments on commit 0f82b45

Please sign in to comment.