From 8ccf5349934b312513dec6e8eaf27888b7cc3480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20D=C3=BCrrenberger?= Date: Fri, 12 Apr 2024 16:59:06 +0200 Subject: [PATCH] Revert disabling brew update --- .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 9a8a4a36c..7c0be68d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,8 +116,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 @@ -294,8 +293,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