Skip to content

Commit

Permalink
Try building with zig v12 to fix Windows race condition
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed May 3, 2024
1 parent 37371c3 commit 9c9a9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sodium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
uses: goto-bus-stop/setup-zig@v2
if: contains(matrix.config.command, 'zig')
with:
version: 0.11.0
version: 0.12.0
cache: false
#- name: Set up MSBuild
# if: contains(matrix.config.rid, 'win')
Expand Down

0 comments on commit 9c9a9bd

Please sign in to comment.