Update rust setup script

This adds the nightly toolchain as well as the required targets
This commit is contained in:
Daniel Haight 2021-10-04 16:48:12 +01:00
parent 43572afe48
commit 1056907b44
1 changed files with 2 additions and 2 deletions

View File

@ -6,5 +6,5 @@ rustup-init --verbose -y
source $HOME/.cargo/env
cargo install cargo-lipo
rustup target add aarch64-apple-ios x86_64-apple-ios
rustup toolchain add nightly
rustup +nightly target add aarch64-apple-ios x86_64-apple-ios aarch64-apple-ios-sim