Skip to content

Commit

Permalink
Tools: ignore the error from brew update
Browse files Browse the repository at this point in the history
  • Loading branch information
bugobliterator authored and tridge committed Dec 10, 2023
1 parent e4a2794 commit 273e079
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tools/environment_install/install-prereqs-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ function maybe_prompt_user() {
# see https://github.com/orgs/Homebrew/discussions/3895
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete

brew update
# brew update randomly failing on CI, so ignore errors:
brew update || true
brew install gawk curl coreutils wget

PIP=pip
Expand Down

0 comments on commit 273e079

Please sign in to comment.