From cd3bd8abfb9a5e804825dd3e9d00fb47318ccd61 Mon Sep 17 00:00:00 2001 From: Tim Jentzsch Date: Sun, 9 Apr 2023 16:27:55 +0200 Subject: [PATCH] Remove invalid inputs for release action --- .github/workflows/release.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9a283081..a94d855e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -43,7 +43,6 @@ jobs: with: toolchain: ${{ env.NIGHTLY_TOOLCHAIN }} target: aarch64-apple-darwin - override: true - name: Install zld run: | brew install michaeleisel/zld/zld @@ -55,7 +54,6 @@ jobs: with: toolchain: ${{ env.NIGHTLY_TOOLCHAIN }} target: x86_64-apple-darwin - override: true - name: Build release for x86 Apple run: | SDKROOT=$(xcrun -sdk macosx --show-sdk-path) cargo build --release --no-default-features --features native --target=x86_64-apple-darwin