Skip to content

Commit

Permalink
Use llvm-tools instead of llvm-tools-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Jul 6, 2024
1 parent e8e6e42 commit a37ac2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions maintainer/pineappl-ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a37ac2c

Please sign in to comment.