Skip to content

Commit 927149c

Browse files
committed
Work around rustc regression in 1.68 on android
1 parent 03a9318 commit 927149c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,9 @@ jobs:
266266
chmod +x ./rustup.sh
267267
./rustup.sh -y
268268
. $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
269272
rustup target add armv7-linux-androideabi
270273
rustup target add aarch64-linux-android
271274
rustup target add i686-linux-android

0 commit comments

Comments
 (0)