We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce3206 commit d27b222Copy full SHA for d27b222
1 file changed
.github/workflows/rust.yml
@@ -137,6 +137,12 @@ jobs:
137
ndk-version: r25b
138
- name: Install cargo-ndk
139
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
146
- name: Install SQLite development headers
147
run: |
148
sudo apt-get update
0 commit comments