Skip to content

Commit

Permalink
updated workflow to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r4gus committed Apr 21, 2024
1 parent f7353fe commit e3c226a
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@v2
with:
version: 0.11.0
version: 0.12.0
- run: zig build test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.11.0
version: 0.12.0
- run: zig fmt --check src/*.zig

0 comments on commit e3c226a

Please sign in to comment.