Skip to content

Commit

Permalink
workflow now uses zig 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r4gus committed Feb 8, 2024
1 parent ca78df6 commit 4af03ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v1
with:
version: master
version: 0.11.0
- run: zig build test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v1
with:
version: master
version: 0.11.0
- run: zig fmt --check src/*.zig

0 comments on commit 4af03ce

Please sign in to comment.