X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=.github%2Fworkflows%2Fmain.yml;fp=.github%2Fworkflows%2Fmain.yml;h=e533fc12e2dcbba3e292ef6065584d34191e44cc;hp=a8bd58dc79e74a5512a26eb815f8097b0f2d8627;hb=3461631b707c58a4202b54457837b7b159b00717;hpb=528af0d9d853d40c6ab5b2b753cc4644b6ddcdd1 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a8bd58dc..e533fc12 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -101,7 +101,18 @@ jobs: run: git fetch -f origin $GITHUB_REF:$GITHUB_REF - name: Install dependencies - run: brew update && brew install boost ccache ninja qca qt5 + # Skip "brew update" as it can trigger 50+ minutes of updating. + # GitHub Actions intentionally disables the default auto-update on their + # macOS CI images (and macOS CI images usually update once a week). + # + # See https://github.com/actions/virtual-environments/issues/2173 + # > We've set no auto-update intentionally here [...] + # And https://github.com/microsoft/appcenter/issues/293 + # + # If Homebrew begins failing in the future due to out-of-date versions, + # it can be re-enabled here as follows... + # run: brew update && [below command] + run: brew install boost ccache ninja qca qt5 - name: Get timestamp id: get-timestamp