diff --git a/.github/workflows/macos-check.yaml b/.github/workflows/macos-check.yaml index 615b0836c7..88c3208c53 100644 --- a/.github/workflows/macos-check.yaml +++ b/.github/workflows/macos-check.yaml @@ -55,7 +55,7 @@ jobs: - name: Install build tools and dependencies shell: bash run: | - brew install ninja qt@6 + HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install ninja qt@6 - name: Configure shell: bash