Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit cca51fd

Browse files
committed
Install llvm-tools
1 parent 19b0f1d commit cca51fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ export RUST_BACKTRACE=full
77

88
cargo +nightly install rustup-toolchain-install-master
99
if [ "${TRAVIS_OS_NAME}" = "windows" ]; then
10-
rustup-toolchain-install-master -f -n master -c rustc-dev -i x86_64-pc-windows-msvc
10+
rustup-toolchain-install-master -f -n master -c rustc-dev -c llvm-tools -i x86_64-pc-windows-msvc
1111
else
12-
rustup-toolchain-install-master -f -n master -c rustc-dev
12+
rustup-toolchain-install-master -f -n master -c rustc-dev -c llvm-tools
1313
fi
1414
rustup override set master
1515

0 commit comments

Comments
 (0)