mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-15 22:36:46 +00:00
Bring latest changes from internal Mac-Cloud repository from 21 September
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
source ~/utils/utils.sh
|
||||
|
||||
# TO-DO: Move the list of brew packages and casks to toolset
|
||||
|
||||
# brew install
|
||||
binst_common_utils=(
|
||||
carthage
|
||||
xctool
|
||||
cmake
|
||||
bats
|
||||
parallel
|
||||
subversion
|
||||
go
|
||||
gnupg
|
||||
@@ -27,6 +26,14 @@ binst_common_utils=(
|
||||
aria2
|
||||
)
|
||||
|
||||
if is_Less_BigSur; then
|
||||
binst_common_utils+=(
|
||||
xctool
|
||||
bats
|
||||
parallel
|
||||
)
|
||||
fi
|
||||
|
||||
for package in ${binst_common_utils[@]}; do
|
||||
echo "Install $package"
|
||||
brew install $package
|
||||
|
||||
Reference in New Issue
Block a user