mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
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
|
# see https://github.com/orgs/Homebrew/discussions/3895
|
||||||
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
|
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
|
brew install gawk curl coreutils wget
|
||||||
|
|
||||||
PIP=pip
|
PIP=pip
|
||||||
|
Loading…
Reference in New Issue
Block a user