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 a0eb8bf commit f4fd947Copy full SHA for f4fd947
eng/install-native-dependencies.sh
@@ -44,7 +44,7 @@ case "$os" in
44
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
45
# Skip brew update for now, see https://github.com/actions/setup-python/issues/577
46
# brew update --preinstall
47
- brew bundle --no-upgrade --no-lock --file "$(dirname "$0")/Brewfile"
+ brew bundle --no-upgrade --file "$(dirname "$0")/Brewfile"
48
;;
49
50
*)
0 commit comments