Skip to content

Commit ed0c754

Browse files
authored
Remove --no-lock brew flag
It was removed upstream in Homebrew/homebrew-bundle#1630
1 parent 496824c commit ed0c754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/native/install-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ case "$os" in
4444
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
4545
# Skip brew update for now, see https://github.com/actions/setup-python/issues/577
4646
# brew update --preinstall
47-
brew bundle --no-upgrade --no-lock --file=- <<EOF
47+
brew bundle --no-upgrade --file=- <<EOF
4848
brew "cmake"
4949
brew "icu4c"
5050
brew "openssl@3"

0 commit comments

Comments
 (0)