Skip to content

Commit 17d8711

Browse files
authored
Remove --no-lock from install-dependencies.sh (#15608)
1 parent 8b6565c commit 17d8711

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
@@ -45,7 +45,7 @@ case "$os" in
4545
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
4646
# Skip brew update for now, see https://github.com/actions/setup-python/issues/577
4747
# brew update --preinstall
48-
brew bundle --no-upgrade --no-lock --file=- <<EOF
48+
brew bundle --no-upgrade --file=- <<EOF
4949
brew "cmake"
5050
brew "icu4c"
5151
brew "openssl@3"

0 commit comments

Comments
 (0)