Skip to content

Commit

Permalink
CI: install zig on release runners for universal MacOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed Jul 27, 2024
1 parent 9521e95 commit 12c92c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ jobs:
with:
fetch-depth: 0

- uses: korandoru/setup-zig@v1
with:
zig-version: 0.13.0

- run: |
cargo install --locked cargo-zigbuild
cargo zigbuild --release --target universal2-apple-darwin
Expand Down

0 comments on commit 12c92c2

Please sign in to comment.