diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 78f90ce7..b5237db4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -33,7 +33,9 @@ jobs: if: runner.os == 'macOS' run: | # Basic dependencies - brew install eigen cmake + brew install eigen || true + brew uninstall --ignore-dependencies cmake || true + brew install cmake # Dependencies for matplotplusplus brew install gnuplot