mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Force brew install
to succeed
This commit is contained in:
parent
cafaa1c153
commit
6692284597
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -85,7 +85,7 @@ jobs:
|
||||
if: runner.os == 'macOS'
|
||||
run: |
|
||||
brew update
|
||||
brew install gcovr ninja
|
||||
brew install gcovr ninja || true
|
||||
|
||||
- name: Install OpenCppCoverage and add to PATH
|
||||
uses: nick-fields/retry@v2
|
||||
@ -224,7 +224,7 @@ jobs:
|
||||
if: runner.os == 'macOS'
|
||||
run: |
|
||||
brew update
|
||||
brew install llvm
|
||||
brew install llvm || true
|
||||
echo /usr/local/opt/llvm/bin >> $GITHUB_PATH
|
||||
|
||||
- name: Configure
|
||||
|
Loading…
Reference in New Issue
Block a user