ci: Skip macOS 'brew update' to save a lot of time
authorShane Synan <digitalcircuit36939@gmail.com>
Wed, 2 Dec 2020 00:21:24 +0000 (19:21 -0500)
committerManuel Nickschas <sputnick@quassel-irc.org>
Fri, 4 Dec 2020 07:56:05 +0000 (08:56 +0100)
commit3461631b707c58a4202b54457837b7b159b00717
tree035bd8ad237db6c87d1241f4cd74e041b8534046
parent528af0d9d853d40c6ab5b2b753cc4644b6ddcdd1
ci: Skip macOS 'brew update' to save a lot of time

Skip macOS 'brew update' before 'brew install' to save up to an hour
of time with Homebrew updates, as per GitHub's recommendations.

See https://github.com/actions/virtual-environments/issues/2173
And https://github.com/microsoft/appcenter/issues/293

This could potentially introduce issues if Homebrew makes a breaking
change in between the 1-2 week window that GitHub Actions updates
their macOS CI images, but it seems unlikely and 'brew update' can be
re-added if needed.
.github/workflows/main.yml