Skip to content

Commit c16a6d8

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

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
if: env.turbo_cache_hit != 1
8585
run: |
8686
cargo install cargo-ndk
87+
rustup target add aarch64-linux-android
8788
8889
- name: Cache Gradle
8990
if: env.turbo_cache_hit != 1
@@ -164,6 +165,10 @@ jobs:
164165
**/ios/Pods
165166
key: ${{ steps.cocoapods-cache.outputs.cache-key }}
166167

168+
- name: Install iOS target for Rust
169+
if: env.turbo_cache_hit != 1
170+
run: rustup target add aarch64-apple-ios
171+
167172
- name: Build for iOS
168173
run: |
169174
yarn ubrn:ios

0 commit comments

Comments
 (0)