diff --git a/.github/workflows/cmake-ci.yml b/.github/workflows/cmake-ci.yml index eaf2e5df39..a7921e20a2 100644 --- a/.github/workflows/cmake-ci.yml +++ b/.github/workflows/cmake-ci.yml @@ -148,7 +148,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Install dependencies - run: brew install + run: brew install --overwrite ${{matrix.deps}} boost ccache