mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
Remove brew update until GitHub fixes the issue
This commit is contained in:
parent
5f73a1514d
commit
af5edaab91
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -92,7 +92,8 @@ jobs:
|
||||
- name: Install macOS Tools
|
||||
if: runner.os == 'macOS'
|
||||
run: |
|
||||
brew update
|
||||
# Do not run updates until GitHub has fixed all the issues: https://github.com/orgs/Homebrew/discussions/4612
|
||||
# brew update
|
||||
brew install gcovr ninja || true
|
||||
|
||||
- name: Install OpenCppCoverage and add to PATH
|
||||
@ -238,7 +239,8 @@ jobs:
|
||||
- name: Install macOS Dependencies
|
||||
if: runner.os == 'macOS'
|
||||
run: |
|
||||
brew update
|
||||
# Do not run updates until GitHub has fixed all the issues: https://github.com/orgs/Homebrew/discussions/4612
|
||||
# brew update
|
||||
brew install llvm || true
|
||||
echo /usr/local/opt/llvm/bin >> $GITHUB_PATH
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user