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 19b0f1d commit cca51fdCopy full SHA for cca51fd
ci/run.sh
@@ -7,9 +7,9 @@ export RUST_BACKTRACE=full
7
8
cargo +nightly install rustup-toolchain-install-master
9
if [ "${TRAVIS_OS_NAME}" = "windows" ]; then
10
- rustup-toolchain-install-master -f -n master -c rustc-dev -i x86_64-pc-windows-msvc
+ rustup-toolchain-install-master -f -n master -c rustc-dev -c llvm-tools -i x86_64-pc-windows-msvc
11
else
12
- rustup-toolchain-install-master -f -n master -c rustc-dev
+ rustup-toolchain-install-master -f -n master -c rustc-dev -c llvm-tools
13
fi
14
rustup override set master
15
0 commit comments