mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-17 04:58:41 -04:00
chore(matrix-sdk-ffi) Use stable toolchain for targeting aarch64-apple-ios-sim
This commit is contained in:
@@ -24,7 +24,7 @@ cargo build --locked -p matrix-sdk-ffi ${REL_FLAG} --target "aarch64-apple-darwi
|
||||
cargo build --locked -p matrix-sdk-ffi ${REL_FLAG} --target "x86_64-apple-darwin"
|
||||
|
||||
# iOS Simulator
|
||||
cargo +nightly build --locked -p matrix-sdk-ffi ${REL_FLAG} --target "aarch64-apple-ios-sim"
|
||||
cargo build --locked -p matrix-sdk-ffi ${REL_FLAG} --target "aarch64-apple-ios-sim"
|
||||
cargo build --locked -p matrix-sdk-ffi ${REL_FLAG} --target "x86_64-apple-ios"
|
||||
|
||||
# Mac Catalyst
|
||||
|
||||
Reference in New Issue
Block a user