Skip to content

Commit

Permalink
ci(android): Use the real android targets (#880)
Browse files Browse the repository at this point in the history
This changes the cross-compiling targets to use those that are used by
the real android phones.
  • Loading branch information
flub authored Mar 23, 2023
1 parent 15b171d commit eaf60c5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ jobs:
matrix:
target:
- i686-unknown-linux-gnu
- arm-linux-androideabi
- armv7-linux-androideabi
- aarch64-linux-android

steps:
- name: Checkout
Expand All @@ -204,7 +205,8 @@ jobs:
- name: Install nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
# See https://github.com/cross-rs/cross/issues/1222
toolchain: 1.67
override: true

- name: Install cross
Expand Down

0 comments on commit eaf60c5

Please sign in to comment.