Revert disabling brew update

This commit is contained in:
Lukas Dürrenberger 2024-04-12 16:59:06 +02:00 committed by Chris Thrasher
parent 7e1765717a
commit 8ccf534993

View File

@ -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