From 14ff5378586c04ae84d0d23c907ebda4f8a33be6 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdx@users.noreply.github.com> Date: Wed, 6 Dec 2023 17:51:07 -0600 Subject: [PATCH] x64 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6fb5a5d5..2a083eb87 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,12 +78,12 @@ jobs: # - 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}} + if: matrix.target != 'universal2-apple-darwin' - run: rustup toolchain install stable --profile minimal - uses: Swatinem/rust-cache@v2 with: shared-key: build-tarball-${{matrix.name}} cache-provider: buildjet - #save-if: false - if: matrix.os == 'ubuntu' uses: taiki-e/install-action@cross - run: scripts/setup-zipsign.sh