Skip to content

Commit

Permalink
Update github autotesting to zig 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Stanton committed May 15, 2023
1 parent faba5ab commit d173fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: goto-bus-stop/setup-zig@v1
with:
version: 0.9.1
version: 0.10.1
- run: zig fmt --check src/*.zig
- run: zig build
- run: mv tests/test.sh . && ./test.sh

0 comments on commit d173fec

Please sign in to comment.