We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e15bed commit d83d6e5Copy full SHA for d83d6e5
1 file changed
.github/workflows/rust.yml
@@ -143,11 +143,6 @@ jobs:
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 cross-compilation tools for Android
147
- run: |
148
- sudo apt-get update
149
- sudo apt-get install -y g++-aarch64-linux-gnu g++-arm-linux-androideabi \
150
- g++-x86_64-linux-android g++-i686-linux-android
151
- name: Install SQLite development headers
152
run: |
153
sudo apt-get update
0 commit comments