[Ubuntu] install gcc@11 from brew (#6202)

This commit is contained in:
Mikhail Koliada
2022-09-12 17:31:28 +02:00
committed by GitHub
parent 88b883191b
commit d2c84c9d4c
4 changed files with 31 additions and 8 deletions

View File

@@ -217,7 +217,14 @@
]
},
"brew": [
{"name": "zstd"}
{
"name": "gcc@11",
"command": "gcc-11"
},
{
"name": "zstd",
"command": "zstd"
}
],
"docker": {
"images": [

View File

@@ -217,7 +217,14 @@
]
},
"brew": [
{"name": "zstd"}
{
"name": "gcc@11",
"command": "gcc-11"
},
{
"name": "zstd",
"command": "zstd"
}
],
"docker": {
"images": [

View File

@@ -201,7 +201,10 @@
]
},
"brew": [
{"name": "zstd"}
{
"name": "zstd",
"command": "zstd"
}
],
"docker": {
"images": [