Skip to content

Commit

Permalink
Merge pull request #1779 from JohnTitor/llvm-tools
Browse files Browse the repository at this point in the history
Add `llvm-tools` component
  • Loading branch information
JohnTitor authored May 26, 2020
2 parents 9e9f8dd + 010663d commit 8599388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/semver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if ! rustc --version | grep -E "nightly" ; then
exit 1
fi

rustup component add rustc-dev
rustup component add rustc-dev llvm-tools-preview

# FIXME: Use upstream once it gets rustup.
cargo +nightly install semververfork
Expand Down

0 comments on commit 8599388

Please sign in to comment.