Stop setting HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK

This commit is contained in:
Chris Thrasher 2024-12-26 13:34:06 -06:00
parent dab1800f61
commit 307426ef57
No known key found for this signature in database
GPG Key ID: 56FB686C9DFC8E2C

View File

@ -22,7 +22,6 @@ 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