Skip to content

Commit

Permalink
cicd: Only depend on major versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hejsil committed Feb 24, 2024
1 parent bd8a676 commit bf749ba
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.2.0
- uses: goto-bus-stop/setup-zig@v2
with:
version: master
- run: zig test bench.zig -O${{ matrix.optimize }}
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: goto-bus-stop/setup-zig@v2.2.0
- uses: goto-bus-stop/setup-zig@v2
with:
version: master
- run: zig fmt --check bench.zig

0 comments on commit bf749ba

Please sign in to comment.