Skip to content

Commit 8229676

Browse files
committed
Fix android build setup
1 parent 4925ce8 commit 8229676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup
2828
run: |
2929
rustup toolchain install nightly-2024-05-18-x86_64-unknown-linux-gnu
30-
rustup component add rust-src --toolchain nightly-2024-05-18-unknown-linux-gnu
30+
rustup component add rust-src --toolchain nightly-2024-05-18-x86_64-unknown-linux-gnu
3131
rustup target add \
3232
aarch64-linux-android \
3333
armv7-linux-androideabi \

0 commit comments

Comments
 (0)