Add armv7-linux-androideabi to CI Rust android targets
This commit is contained in:
parent
d8c3ddca16
commit
860130f08c
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
java-version: 11
|
||||
|
||||
- name: Install rust android targets
|
||||
run: rustup target add x86_64-linux-android aarch64-linux-android
|
||||
run: rustup target add x86_64-linux-android aarch64-linux-android armv7-linux-androideabi
|
||||
|
||||
- name: Install uniffi-bindgen
|
||||
run: cargo install uniffi_bindgen --version 0.16.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user