Skip to content

Commit d27b222

Browse files
committed
fix
1 parent cce3206 commit d27b222

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/rust.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,12 @@ jobs:
137137
ndk-version: r25b
138138
- name: Install cargo-ndk
139139
run: cargo install cargo-ndk --locked
140+
- name: Install Android targets
141+
run: |
142+
rustup target add aarch64-linux-android
143+
rustup target add armv7-linux-androideabi
144+
rustup target add x86_64-linux-android
145+
rustup target add i686-linux-android
140146
- name: Install SQLite development headers
141147
run: |
142148
sudo apt-get update

0 commit comments

Comments
 (0)