There was an error while loading. Please reload this page.
1 parent de83b66 commit c16a6d8Copy full SHA for c16a6d8
1 file changed
.github/workflows/ci.yml
@@ -84,6 +84,7 @@ jobs:
84
if: env.turbo_cache_hit != 1
85
run: |
86
cargo install cargo-ndk
87
+ rustup target add aarch64-linux-android
88
89
- name: Cache Gradle
90
@@ -164,6 +165,10 @@ jobs:
164
165
**/ios/Pods
166
key: ${{ steps.cocoapods-cache.outputs.cache-key }}
167
168
+ - name: Install iOS target for Rust
169
+ if: env.turbo_cache_hit != 1
170
+ run: rustup target add aarch64-apple-ios
171
+
172
- name: Build for iOS
173
174
yarn ubrn:ios
0 commit comments