Skip to content

Commit

Permalink
chore(ci): pin zig version to 0.10.0 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
magurotuna committed Jul 17, 2024
1 parent 95ec652 commit 83927d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: goto-bus-stop/setup-zig@v1
with:
version: master
version: 0.10.0
- name: fmt
run: zig fmt --check *.zig src/*.zig
- name: test
Expand Down

0 comments on commit 83927d0

Please sign in to comment.