We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nightly-2020-10-15
1 parent a7a03b8 commit c5b4d6aCopy full SHA for c5b4d6a
ci/install-rust.sh
@@ -8,7 +8,7 @@ toolchain=
8
if [ -n "$TOOLCHAIN" ]; then
9
toolchain=$TOOLCHAIN
10
else
11
- toolchain=nightly
+ toolchain=nightly-2020-10-15
12
fi
13
if [ "$OS" = "windows" ]; then
14
: "${TARGET?The TARGET environment variable must be set.}"
0 commit comments