From 84e470bf5f2e7b96b6c5f75d06646ee37442bf82 Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Sun, 17 Sep 2023 11:54:48 -0600 Subject: [PATCH] Reenable `brew update` in CI --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da6b27934..44249ecf4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,8 +106,7 @@ jobs: - name: Install macOS Tools if: runner.os == 'macOS' run: | - # Do not run updates until GitHub has fixed all the issues: https://github.com/orgs/Homebrew/discussions/4612 - # brew update + brew update brew install gcovr ccache || true # In addition to installing a known working version of CCache, this action also takes care of saving and restoring the cache for us @@ -282,8 +281,7 @@ jobs: - name: Install macOS Dependencies if: runner.os == 'macOS' run: | - # Do not run updates until GitHub has fixed all the issues: https://github.com/orgs/Homebrew/discussions/4612 - # brew update + brew update brew install llvm || true echo /usr/local/opt/llvm/bin >> $GITHUB_PATH