Skip to content

Commit

Permalink
.github/workflows: update zig version.
Browse files Browse the repository at this point in the history
  • Loading branch information
avdva committed Sep 3, 2024
1 parent d1ef65a commit dcc6b9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.13.0
- uses: goto-bus-stop/setup-zig@v2
- run: zig build test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.13.0
- uses: goto-bus-stop/setup-zig@v2
- run: zig fmt --check .

0 comments on commit dcc6b9b

Please sign in to comment.