This commit is contained in:
ohfp 2021-10-08 11:40:22 +02:00
parent 17e1d6daf7
commit 434858650e

View file

@ -56,7 +56,7 @@ if [[ $CARCH == 'x86_64' ]];then
# Installs (non-ancient) clang
apt install -y software-properties-common apt-transport-https ca-certificates
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add
apt-add-repository "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-12 main"
apt-add-repository "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-11 main"
apt-get update
apt-get -y install clang-13 libclang-13-dev
else