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 8b6565c commit 17d8711Copy full SHA for 17d8711
eng/common/native/install-dependencies.sh
@@ -45,7 +45,7 @@ case "$os" in
45
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
46
# Skip brew update for now, see https://github.com/actions/setup-python/issues/577
47
# brew update --preinstall
48
- brew bundle --no-upgrade --no-lock --file=- <<EOF
+ brew bundle --no-upgrade --file=- <<EOF
49
brew "cmake"
50
brew "icu4c"
51
brew "openssl@3"
0 commit comments