Work around rustc regression in 1.68 on android
authorMatt Corallo <git@bluematt.me>
Thu, 9 Mar 2023 17:44:12 +0000 (17:44 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 9 Mar 2023 20:02:52 +0000 (20:02 +0000)
.github/workflows/build.yml

index 1e90cd6e64d393e7639ee15e0180571d94efa975..d612a3dbe1aa24ca4dbd9d02f9ccf9da9226120e 100644 (file)
@@ -266,6 +266,9 @@ jobs:
           chmod +x ./rustup.sh
           ./rustup.sh -y
           . $HOME/.cargo/env
+          # Temporarily use 1.67.1 to fix https://github.com/rust-lang/rust/issues/108943
+          rustup install 1.67.1
+          rustup default 1.67.1
           rustup target add armv7-linux-androideabi
           rustup target add aarch64-linux-android
           rustup target add i686-linux-android