Skip to content

Commit

Permalink
ci: pin zig version to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslice committed Sep 9, 2024
1 parent 2327602 commit 5441859
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
- name: Install Zig
uses: goto-bus-stop/setup-zig@v2
with:
version: 0.13.0

- name: Check Zig Version
run: zig version
Expand Down

0 comments on commit 5441859

Please sign in to comment.