Open omus opened 4 years ago
Is there anything we use on our internal macOS runners that you can suggest here? My only thought is just retrying that line on failure.
That seems like a good option. Something else that comes to mind is that the brew update
call doesn't look strictly necessary. Maybe making the update optional works in this case? e.g. brew update || true
Using
brew update
can sometimes result in CI failures:https://travis-ci.com/github/invenia/LibPQ.jl/jobs/397184208