Force brew install to succeed

This commit is contained in:
Chris Thrasher 2023-04-08 15:22:38 -06:00
parent cafaa1c153
commit 6692284597

View File

@ -85,7 +85,7 @@ jobs:
if: runner.os == 'macOS' if: runner.os == 'macOS'
run: | run: |
brew update brew update
brew install gcovr ninja brew install gcovr ninja || true
- name: Install OpenCppCoverage and add to PATH - name: Install OpenCppCoverage and add to PATH
uses: nick-fields/retry@v2 uses: nick-fields/retry@v2
@ -224,7 +224,7 @@ jobs:
if: runner.os == 'macOS' if: runner.os == 'macOS'
run: | run: |
brew update brew update
brew install llvm brew install llvm || true
echo /usr/local/opt/llvm/bin >> $GITHUB_PATH echo /usr/local/opt/llvm/bin >> $GITHUB_PATH
- name: Configure - name: Configure