mirror of
https://github.com/actions/runner-images.git
synced 2025-12-30 05:49:48 +08:00
utils.sh: make brew_smart_install verbose (#8780)
This commit is contained in:
@@ -165,7 +165,7 @@ brew_smart_install() {
|
||||
|
||||
failed=true
|
||||
for i in {1..10}; do
|
||||
brew install $tool_name >/dev/null && failed=false || sleep 60
|
||||
brew install $tool_name && failed=false || sleep 60
|
||||
[ "$failed" = false ] && break
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user