Skip to content

Commit 20165e1

Browse files
committed
Try simpler ARM build on macOS
1 parent 9ac8795 commit 20165e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
rustup toolchain install beta
5151
rustup target add --toolchain beta aarch64-apple-darwin
5252
cargo build --release --verbose
53-
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
53+
cargo +beta build --release --target aarch64-apple-darwin --verbose
5454
- name: Windows build
5555
if: runner.os == 'Windows'
5656
run: |

0 commit comments

Comments
 (0)