move to the official repository

This commit is contained in:
Aleksandr Chebotov
2020-09-25 14:48:00 +03:00
parent ec87362e80
commit f7ff25aead

View File

@@ -16,7 +16,7 @@ function InstallClang {
./llvm.sh $version ./llvm.sh $version
apt-get install -y "clang-format-$version" apt-get install -y "clang-format-$version"
else else
apt-get install -y "clang-$version" "lldb-$version" "lld-$version" apt-get install -y "clang-format-$version" apt-get install -y "clang-$version" "lldb-$version" "lld-$version" "clang-format-$version"
fi fi
# Run tests to determine that the software installed as expected # Run tests to determine that the software installed as expected