Skip to content

Commit c8ace39

Browse files
vcsjonesYuliiaKovalova
authored andcommitted
Remove --no-lock from install-dependencies.sh (#15608)
1 parent 88f1adf commit c8ace39

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)