Skip to content

Commit 198f71a

Browse files
committed
oops
1 parent 346d1af commit 198f71a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ main() {
5050
CROSS+=("+nightly")
5151
elif [[ "${TARGET}" == "riscv64gc-unknown-linux-gnu" ]]; then
5252
# FIXME: riscv64gc-unknown-linux-gnu is broken on rustc 1.75, see https://github.com/cross-rs/cross/issues/1423
53-
rustup toolchain add 1.74
53+
rustup toolchain add 1.70
5454
CROSS+=("+1.70")
5555
fi
5656

0 commit comments

Comments
 (0)