Skip to content

Commit

Permalink
fix(release): setup zig for cargo-zigbuild (yetone#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone authored Sep 28, 2024
1 parent 2ff2456 commit e3e5785
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ jobs:
targets: ${{ matrix.config.rust_target }}
toolchain: 1.80.0

- uses: goto-bus-stop/setup-zig@v2
if: ${{ matrix.config.os_name == 'linux' }}

- name: Install cargo-zigbuild
if: ${{ matrix.config.os_name == 'linux' }}
uses: baptiste0928/cargo-install@v3
Expand Down

0 comments on commit e3e5785

Please sign in to comment.