From 010663dbda571eb0cc22cffe67eb4ecbbfa183f1 Mon Sep 17 00:00:00 2001 From: Yuki Okushi <huyuumi.dev@gmail.com> Date: Tue, 26 May 2020 17:56:31 +0900 Subject: [PATCH] Add `llvm-tools` component --- ci/semver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/semver.sh b/ci/semver.sh index fb58415e..35715dcf 100644 --- a/ci/semver.sh +++ b/ci/semver.sh @@ -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 -- GitLab