Skip to content

Commit 6c4799b

Browse files
authored
Temporarily uninstall [email protected] in install-dependencies.sh (#15259)
1 parent b9efb74 commit 6c4799b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

eng/common/native/install-dependencies.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ 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+
4751
brew bundle --no-upgrade --no-lock --file=- <<EOF
4852
brew "cmake"
4953
brew "icu4c"

0 commit comments

Comments
 (0)