Work around errors with code coverage upload job

This commit is contained in:
Chris Thrasher 2024-06-17 22:41:50 -06:00
parent eb762db342
commit 8805b93c57

View File

@ -22,6 +22,7 @@ jobs:
env: env:
CMAKE_CXX_COMPILER_LAUNCHER: ccache # Use ccache to cache C++ compiler output 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: strategy:
fail-fast: false fail-fast: false