Skip to content

Commit 83d8744

Browse files
madeyeclaude
andcommitted
Fix emulator CI: install all Rust Android targets
The Gradle build compiles native code for all 4 ABIs regardless of which emulator architecture is used, so all targets are needed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8c066f0 commit 83d8744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
- name: Install Rust toolchain
147147
uses: dtolnay/rust-toolchain@stable
148148
with:
149-
targets: x86_64-linux-android
149+
targets: armv7-linux-androideabi,aarch64-linux-android,i686-linux-android,x86_64-linux-android
150150

151151
- name: Cache cargo registry and build
152152
uses: actions/cache@v4

0 commit comments

Comments
 (0)