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.
2 parents 0bbdabf + c90540b commit f3a00f9Copy full SHA for f3a00f9
ci/run.sh
@@ -7,15 +7,11 @@ OS=${1}
7
export RUST_BACKTRACE=full
8
#export RUST_TEST_NOCAPTURE=1
9
10
-rustup update nightly
11
-
12
-cargo +nightly install rustup-toolchain-install-master
13
if [ "${OS}" = "windows" ]; then
14
- rustup-toolchain-install-master -f -n master -c rustc-dev -c llvm-tools -i x86_64-pc-windows-msvc
15
-else
16
- rustup-toolchain-install-master -f -n master -c rustc-dev -c llvm-tools
+ rustup set default-host x86_64-pc-windows-msvc
17
fi
18
-rustup override set master
+
+rustup component add rustc-dev llvm-tools-preview
19
20
cargo build
21
cargo test --verbose -- --nocapture
rust-toolchain
@@ -1 +1 @@
1
-nightly
+nightly-2020-06-01
0 commit comments