[Ubuntu] Install gcc@12 from brew (#6258)

This commit is contained in:
Mikhail Koliada
2022-09-19 16:36:04 +03:00
committed by GitHub
parent 518f5407fa
commit 3fab712c1e
5 changed files with 37 additions and 8 deletions
+8 -1
View File
@@ -217,7 +217,14 @@
]
},
"brew": [
{"name": "zstd"}
{
"name": "gcc@12",
"command": "gcc-12"
},
{
"name": "zstd",
"command": "zstd"
}
],
"docker": {
"images": [
+8 -1
View File
@@ -217,7 +217,14 @@
]
},
"brew": [
{"name": "zstd"}
{
"name": "gcc@12",
"command": "gcc-12"
},
{
"name": "zstd",
"command": "zstd"
}
],
"docker": {
"images": [
+4 -1
View File
@@ -201,7 +201,10 @@
]
},
"brew": [
{"name": "zstd"}
{
"name": "zstd",
"command": "zstd"
}
],
"docker": {
"images": [