Skip to content

Commit b455757

Browse files
committed
chore: add additional Android and iOS targets for Rust in CI workflow
1 parent c16a6d8 commit b455757

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ jobs:
8484
if: env.turbo_cache_hit != 1
8585
run: |
8686
cargo install cargo-ndk
87-
rustup target add aarch64-linux-android
87+
rustup target add \
88+
aarch64-linux-android \
89+
armv7-linux-androideabi
8890
8991
- name: Cache Gradle
9092
if: env.turbo_cache_hit != 1
@@ -167,7 +169,10 @@ jobs:
167169

168170
- name: Install iOS target for Rust
169171
if: env.turbo_cache_hit != 1
170-
run: rustup target add aarch64-apple-ios
172+
run: rustup target add \
173+
aarch64-apple-ios \
174+
aarch64-apple-ios-sim
175+
171176

172177
- name: Build for iOS
173178
run: |

0 commit comments

Comments
 (0)