Skip to content

Commit

Permalink
chore: Pin zig version for Windows runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Corendos committed Apr 18, 2023
1 parent 58b1791 commit d3fb03b
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 @@ -90,6 +90,8 @@ jobs:

- name: Install zig
uses: goto-bus-stop/setup-zig@v2
with:
version: 0.11.0-dev.2154+2089b3f19

- name: test
run: zig build test -fsummary
Expand Down

0 comments on commit d3fb03b

Please sign in to comment.