Skip to content

Commit e8de341

Browse files
authored
Revert "Temporarily uninstall [email protected] in install-dependencies.sh" (#15287)
1 parent bd7c580 commit e8de341

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

eng/common/native/install-dependencies.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,11 @@ 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-
48-
# Temporarily uninstall [email protected] to work around https://github.com/actions/runner-images/issues/10984
49-
brew uninstall --ignore-dependencies --force [email protected]
50-
5147
brew bundle --no-upgrade --no-lock --file=- <<EOF
5248
brew "cmake"
5349
brew "icu4c"
5450
brew "openssl@3"
55-
brew "pkg-config"
51+
brew "pkgconf"
5652
brew "python3"
5753
brew "pigz"
5854
EOF

0 commit comments

Comments
 (0)