We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a9318 commit 927149cCopy full SHA for 927149c
.github/workflows/build.yml
@@ -266,6 +266,9 @@ jobs:
266
chmod +x ./rustup.sh
267
./rustup.sh -y
268
. $HOME/.cargo/env
269
+ # Temporarily use 1.67.1 to fix https://github.com/rust-lang/rust/issues/108943
270
+ rustup install 1.67.1
271
+ rustup default 1.67.1
272
rustup target add armv7-linux-androideabi
273
rustup target add aarch64-linux-android
274
rustup target add i686-linux-android
0 commit comments