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

Commit

Permalink
add preinstall (#28111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anipik authored Oct 16, 2020
1 parent 4075641 commit d989459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/install-native-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ "$1" = "Linux" ]; then
exit 1;
fi
elif [ "$1" = "OSX" ]; then
brew update
brew update --preinstall
if [ "$?" != "0" ]; then
exit 1;
fi
Expand Down

0 comments on commit d989459

Please sign in to comment.