From 124de8640a0b7995c87a74f53088f1c5901362a5 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdx@users.noreply.github.com> Date: Wed, 6 Dec 2023 17:40:53 -0600 Subject: [PATCH] enable cross again --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac7b9b394..4b60e2849 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,8 +75,8 @@ jobs: rustup target add aarch64-apple-darwin cargo install cargo-zigbuild if: matrix.target == 'universal2-apple-darwin' - - run: sudo apt-get update; sudo apt-get install musl-tools - if: matrix.runs-on == 'buildjet-4vcpu-ubuntu-2204-arm' +# - run: sudo apt-get update; sudo apt-get install musl-tools +# if: matrix.runs-on == 'buildjet-4vcpu-ubuntu-2204-arm' - run: rustup target add ${{matrix.target}} - run: rustup toolchain install stable --profile minimal - uses: Swatinem/rust-cache@v2 @@ -84,8 +84,8 @@ jobs: shared-key: build-tarball-${{matrix.name}} cache-provider: buildjet #save-if: false -# - if: matrix.os == 'ubuntu' -# uses: taiki-e/install-action@cross + - if: matrix.os == 'ubuntu' + uses: taiki-e/install-action@cross - run: scripts/setup-zipsign.sh env: ZIPSIGN: ${{ secrets.ZIPSIGN }}