From 8805b93c57612f6f112dd8927fab9129724986aa Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Mon, 17 Jun 2024 22:41:50 -0600 Subject: [PATCH] Work around errors with code coverage upload job --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da7b3c03a..56a93f3c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,7 @@ jobs: env: CMAKE_CXX_COMPILER_LAUNCHER: ccache # Use ccache to cache C++ compiler output + HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1" # Work around Homebrew errors within coverallsapp/github-action@v2 strategy: fail-fast: false