Skip to content

Commit

Permalink
ci: fix zig version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
deevus committed May 7, 2023
1 parent 8c11e3b commit b0a3bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v2
with:
version: ${{ matrix.version }}
- uses: goto-bus-stop/setup-zig@v2
- run: zig build test
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b0a3bdb

Please sign in to comment.