Skip to content

Commit 8599388

Browse files
authored
Merge pull request #1779 from JohnTitor/llvm-tools
Add `llvm-tools` component
2 parents 9e9f8dd + 010663d commit 8599388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/semver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if ! rustc --version | grep -E "nightly" ; then
1313
exit 1
1414
fi
1515

16-
rustup component add rustc-dev
16+
rustup component add rustc-dev llvm-tools-preview
1717

1818
# FIXME: Use upstream once it gets rustup.
1919
cargo +nightly install semververfork

0 commit comments

Comments
 (0)