From 6692284597b22ffbc6dbeca043142eeb971fd241 Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Sat, 8 Apr 2023 15:22:38 -0600 Subject: [PATCH] Force `brew install` to succeed --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d220509..6b6c4a04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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