From a37ac2ce1bbe3b78780c97ecf4570ad524efa6fe Mon Sep 17 00:00:00 2001 From: Christopher Schwan Date: Sat, 6 Jul 2024 11:23:27 +0200 Subject: [PATCH] Use `llvm-tools` instead of `llvm-tools-preview` --- maintainer/pineappl-ci/script.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/maintainer/pineappl-ci/script.sh b/maintainer/pineappl-ci/script.sh index 7ca7977d..3eeabbee 100755 --- a/maintainer/pineappl-ci/script.sh +++ b/maintainer/pineappl-ci/script.sh @@ -23,8 +23,7 @@ for version in ${RUST_V}; do rustup install ${version} --profile minimal rustup default ${version} # install LLVM tools needed for code coverage - # this is now called `llvm-tools`, but for 1.64 it's still called `llvm-tools-preview` - rustup component add llvm-tools-preview + rustup component add llvm-tools done # install cargo-c needed for the CAPI