Skip to content

Commit ba1f869

Browse files
committed
feat: install rustc for android
1 parent ebebe7e commit ba1f869

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ jobs:
5757
releaseDraft: true
5858
prerelease: false
5959
args: ${{ matrix.args }}
60+
61+
- name: install Rust stable for Android
62+
if: matrix.platform == 'ubuntu-22.04'
63+
uses: dtolnay/rust-toolchain@stable
64+
with:
65+
targets: aarch64-linux-android,armv7-linux-androideabi,i686-linux-android,x86_64-linux-android
6066

6167
- name: Setup Java
6268
if: matrix.platform == 'ubuntu-22.04'

0 commit comments

Comments
 (0)