Skip to content

Commit

Permalink
Add g++-multilib to arm android
Browse files Browse the repository at this point in the history
  • Loading branch information
eager-signal committed Oct 13, 2023
1 parent 7fcb487 commit bf667bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ jobs:
target: arm-linux-androideabi
rust: stable
os: ubuntu-latest
apt_packages: gcc-multilib
apt_packages: gcc-multilib g++-multilib
check_only: true # TODO run with qemu?
- thing: arm64-android
target: aarch64-linux-android
rust: stable
os: ubuntu-latest
apt_packages: gcc-multilib
apt_packages: gcc-multilib g++-multilib
check_only: true # TODO run with qemu?
- thing: i686-android
target: i686-linux-android
Expand Down

0 comments on commit bf667bc

Please sign in to comment.