Skip to content

Commit

Permalink
Pin Zig to the current stable version instead of master (#1951)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 authored Sep 2, 2024
1 parent a96c4fc commit 95ea54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Zig
uses: goto-bus-stop/setup-zig@v2
with:
version: master
version: 0.13.0
- uses: actions/checkout@v4
- name: Test Zig files
run: (cd fiat-zig && zig build && zig build test)
Expand Down

0 comments on commit 95ea54c

Please sign in to comment.