We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ffc916 commit ae2634bCopy full SHA for ae2634b
eng/install-native-dependencies.sh
@@ -40,7 +40,7 @@ case "$os" in
40
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
41
# Skip brew update for now, see https://github.com/actions/setup-python/issues/577
42
# brew update --preinstall
43
- brew bundle --no-upgrade --no-lock --file "$(dirname "$0")/Brewfile"
+ brew bundle --no-upgrade --file "$(dirname "$0")/Brewfile"
44
;;
45
46
*)
0 commit comments