fix(release): setup zig for cargo-zigbuild (#661)
This commit is contained in:
parent
2ff2456fcb
commit
e3e5785a1a
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user