Skip to content

Commit

Permalink
Remove invalid inputs for release action
Browse files Browse the repository at this point in the history
  • Loading branch information
TimJentzsch committed Apr 9, 2023
1 parent 0aafc38 commit cd3bd8a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit cd3bd8a

Please sign in to comment.