Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit 4a4b178

Browse files
authored
Fix build by adding "--ignore-dependencies" to brew (#304)
1 parent b929eaf commit 4a4b178

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ jobs:
8585
set -x
8686
[[ -f /usr/local/bin/2to3 ]] && rm /usr/local/bin/2to3
8787
brew update > /dev/null
88-
brew uninstall --formula ant aws-sam-cli aspell azure-cli cmake gcc gcc@9 gradle helm icu4c maven mongodb-community mongodb-database-tools mongosh node@14 openjdk php postgresql [email protected] selenium-server-standalone
89-
brew uninstall --cask chromedriver firefox google-chrome julia microsoft-auto-update microsoft-edge powershell r session-manager-plugin soundflower
88+
brew uninstall --ignore-dependencies --formula ant aws-sam-cli aspell azure-cli cmake gcc gcc@9 gradle helm icu4c kotlin maven mongodb-community mongodb-database-tools mongosh node@14 openjdk php postgresql [email protected] selenium-server-standalone
89+
brew uninstall --ignore-dependencies --cask chromedriver firefox google-chrome julia microsoft-auto-update microsoft-edge powershell r session-manager-plugin soundflower
9090
brew cleanup -s
9191
rm -rf "$(brew --cache)"
9292
rm -rf /Users/runner/hostedtoolcache

0 commit comments

Comments
 (0)