Skip to content

Commit d83d6e5

Browse files
committed
fix(workflow): remove unavailable android g++ cross compilers
1 parent 1e15bed commit d83d6e5

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/rust.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,6 @@ jobs:
143143
rustup target add armv7-linux-androideabi
144144
rustup target add x86_64-linux-android
145145
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
151146
- name: Install SQLite development headers
152147
run: |
153148
sudo apt-get update

0 commit comments

Comments
 (0)