mirror of https://github.com/ArduPilot/ardupilot
Tools: ignore the error from brew update
This commit is contained in:
parent
e4a27943f5
commit
273e0795d0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue