Skip to content

Commit

Permalink
Patch brew on every run
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Apr 9, 2022
1 parent 36d7068 commit 657e093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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+=($!)
Expand Down

0 comments on commit 657e093

Please sign in to comment.