Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit 2706fac

Browse files
mraerinocalavera
authored andcommitted
Log when installing Homebrew dependencies
1 parent 031d697 commit 2706fac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run-build-functions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ install_dependencies() {
456456
# Homebrew from Brewfile
457457
if [ -f Brewfile ] || [ ! -z "$HOMEBREW_BUNDLE_FILE" ]
458458
then
459+
echo "Installing Homebrew dependencies from ${HOMEBREW_BUNDLE_FILE:-Brewfile}"
459460
brew bundle
460461
fi
461462

0 commit comments

Comments
 (0)