build: use correct rustup command for ios library build script
This commit is contained in:
parent
4d737d3393
commit
4f8b7f4ba5
@ -3,7 +3,7 @@
|
||||
# The results of this script can be used for locally testing your SPM package adding a local package
|
||||
# to your application pointing at the bdk-swift directory.
|
||||
|
||||
rustup install 1.77.1
|
||||
rustup default 1.77.1
|
||||
rustup component add rust-src
|
||||
rustup target add aarch64-apple-ios # iOS arm64
|
||||
rustup target add x86_64-apple-ios # iOS x86_64
|
||||
|
Loading…
x
Reference in New Issue
Block a user