Tools: ignore the error from brew update

This commit is contained in:
bugobliterator 2023-12-10 12:32:27 +11:00 committed by Andrew Tridgell
parent e4a27943f5
commit 273e0795d0
1 changed files with 2 additions and 1 deletions

View File

@ -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