Skip to content

Commit 97b4684

Browse files
authored
[release/8.0-staging] Remove --no-lock brew flag (#113282)
Backport of #113280
1 parent 0ffc916 commit 97b4684

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
@@ -40,7 +40,7 @@ case "$os" in
4040
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
4141
# Skip brew update for now, see https://github.com/actions/setup-python/issues/577
4242
# brew update --preinstall
43-
brew bundle --no-upgrade --no-lock --file "$(dirname "$0")/Brewfile"
43+
brew bundle --no-upgrade --file "$(dirname "$0")/Brewfile"
4444
;;
4545

4646
*)

0 commit comments

Comments
 (0)