Skip to content

Commit

Permalink
Add nightly toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
NathHorrigan committed Aug 21, 2021
1 parent e8770ac commit 48e5381
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ jobs:
run: |
ls /Applications | grep Xcode
sudo xcode-select --switch "$(find /Applications -mindepth 1 -maxdepth 1 ! -type l | grep "Xcode_[\.0-9]*app" | sort -V | tail -1)/Contents/Developer"
rustup toolchain install nightly
rustup target add --toolchain nightly aarch64-apple-ios x86_64-apple-ios aarch64-apple-ios-sim
cargo install cargo-lipo
make test-integration-ios
Expand Down

0 comments on commit 48e5381

Please sign in to comment.