mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Reenable brew update
in CI
This commit is contained in:
parent
9cb4a68c9a
commit
84e470bf5f
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -106,8 +106,7 @@ jobs:
|
|||||||
- name: Install macOS Tools
|
- name: Install macOS Tools
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
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
|
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
|
# 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
|
- name: Install macOS Dependencies
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
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
|
brew install llvm || true
|
||||||
echo /usr/local/opt/llvm/bin >> $GITHUB_PATH
|
echo /usr/local/opt/llvm/bin >> $GITHUB_PATH
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user