Patch brew on every run
This commit is contained in:
parent
36d70683e9
commit
657e0936e8
1 changed files with 1 additions and 1 deletions
|
|
@ -157,9 +157,9 @@ update_dependencies_helper() {
|
|||
|
||||
# Function to update dependencies.
|
||||
update_dependencies() {
|
||||
patch_brew
|
||||
if ! [ -e /tmp/update_dependencies ]; then
|
||||
if [ "${runner:?}" != "self-hosted" ] && [ "${ImageOS:-}" != "" ] && [ "${ImageVersion:-}" != "" ]; then
|
||||
patch_brew
|
||||
while read -r dependency; do
|
||||
update_dependencies_helper "$dependency" &
|
||||
to_wait+=($!)
|
||||
|
|
|
|||
Loading…
Reference in a new issue