diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 22259f1..263a767 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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