Skip to content

Commit c00268d

Browse files
committed
Also install llvm-tools on toolchain setup
1 parent 091239e commit c00268d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup-toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ else
3232
TOOLCHAIN=()
3333
fi
3434

35-
rustup-toolchain-install-master -f -n master "${TOOLCHAIN[@]}" -c rustc-dev -- "$RUST_COMMIT"
35+
rustup-toolchain-install-master -f -n master "${TOOLCHAIN[@]}" -c rustc-dev -c llvm-tools -- "$RUST_COMMIT"
3636
rustup override set master

0 commit comments

Comments
 (0)