Skip to content

Commit

Permalink
cicd: Only depend onr major version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hejsil committed Feb 2, 2024
1 parent 4e49900 commit b54f9df
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 build test -Doptimize=${{ 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 .
Expand Down

0 comments on commit b54f9df

Please sign in to comment.