Add Clang 12 to Ubuntu 20.04 toolset (#3206)

* Add Clang 12 to Ubuntu 20.04 toolset

* Ubuntu: Install Clang-12 directly from LLVM
This commit is contained in:
Ewout ter Hoeven
2021-05-13 18:43:56 +03:00
committed by GitHub
parent 75a4d89efb
commit 09855006a1
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -247,7 +247,8 @@
"versions": [
"9",
"10",
"11"
"11",
"12"
],
"default_version": "10"
},