mirror of
https://github.com/actions/runner-images.git
synced 2025-12-17 23:28:57 +00:00
[Ubuntu] Install gcc@12 from brew (#6258)
This commit is contained in:
@@ -27,6 +27,12 @@ echo "Validate the installation reloading /etc/environment"
|
||||
reloadEtcEnvironment
|
||||
|
||||
# Install additional brew packages
|
||||
|
||||
# brew GCC installation needed because the default Ubuntu components
|
||||
# are too old for current brew software
|
||||
# See:
|
||||
# https://github.com/Homebrew/homebrew-core/issues/110877
|
||||
|
||||
brew_packages=$(get_toolset_value .brew[].name)
|
||||
for package in $brew_packages; do
|
||||
echo "Install $package"
|
||||
|
||||
Reference in New Issue
Block a user