Skip to content

Commit

Permalink
Try simpler ARM build on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceadams committed Nov 25, 2020
1 parent 9ac8795 commit 20165e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
rustup toolchain install beta
rustup target add --toolchain beta aarch64-apple-darwin
cargo build --release --verbose
SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path) MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version) cargo +beta build --release --target aarch64-apple-darwin --verbose
cargo +beta build --release --target aarch64-apple-darwin --verbose
- name: Windows build
if: runner.os == 'Windows'
run: |
Expand Down

0 comments on commit 20165e1

Please sign in to comment.