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 496824c commit ed0c754Copy full SHA for ed0c754
eng/common/native/install-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=- <<EOF
+ brew bundle --no-upgrade --file=- <<EOF
48
brew "cmake"
49
brew "icu4c"
50
brew "openssl@3"
0 commit comments