diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 14dc52eaf13..5eac92e5214 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -52,6 +52,7 @@ jobs: - name: Install dependencies run: | + brew uninstall --force cmake || true eval $(build/bin/sage-print-system-package-command homebrew update) eval $(build/bin/sage-print-system-package-command homebrew --yes --ignore-missing install $(build/bin/sage-get-system-packages homebrew _bootstrap _prereq $(build/bin/sage-package list :standard:))) @@ -68,4 +69,3 @@ jobs: run: | source ./.homebrew-build-env # Needed so that runtime cython can find the dependencies ./sage -t --all -p4 - \ No newline at end of file