We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4925ce8 commit 8229676Copy full SHA for 8229676
.github/workflows/android.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Setup
28
run: |
29
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
+ rustup component add rust-src --toolchain nightly-2024-05-18-x86_64-unknown-linux-gnu
31
rustup target add \
32
aarch64-linux-android \
33
armv7-linux-androideabi \
0 commit comments