Skip to content

Commit f37c1c0

Browse files
committed
Do not forget to add rustup
1 parent b341018 commit f37c1c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ios.yml

+3
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ jobs:
9191
run: |
9292
brew bundle dump
9393
brew bundle
94+
rustup default stable
95+
rustup update stable
96+
rustup target add aarch64-apple-ios-sim
9497
# rustup default stable
9598
# rustup update stable
9699
# rustup target add aarch64-apple-ios-sim

0 commit comments

Comments
 (0)