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.
1 parent 8fe264e commit c90540bCopy full SHA for c90540b
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
0 commit comments