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

Commit d989459

Browse files
authored
add preinstall (#28111)
1 parent 4075641 commit d989459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/install-native-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if [ "$1" = "Linux" ]; then
1010
exit 1;
1111
fi
1212
elif [ "$1" = "OSX" ]; then
13-
brew update
13+
brew update --preinstall
1414
if [ "$?" != "0" ]; then
1515
exit 1;
1616
fi

0 commit comments

Comments
 (0)