Skip to content
Snippets Groups Projects
Commit 0730ab7a authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: CLANG with dash

parent 5f55d2b4
No related branches found
No related tags found
1 merge request!778feat: install iwyu in spack
......@@ -89,7 +89,7 @@ case ${ID} in
*) echo "Unsupported ID=${ID}" ; exit 1 ;;
esac
# Clang version and repository
CLANG=14
CLANG="-14"
curl -s https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
echo "deb http://apt.llvm.org/${VERSION_CODENAME} llvm-toolchain-${VERSION_CODENAME}${CLANG} main" > /etc/apt/source.list.d/llvm.list
# Install packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment