Skip to content

Commit e5a1fa0

Browse files
authored
Uninstall cmake before installing
Uninstall cmake before installing dependencies.
1 parent 1f45900 commit e5a1fa0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252

5353
- name: Install dependencies
5454
run: |
55+
brew uninstall --force cmake || true
5556
eval $(build/bin/sage-print-system-package-command homebrew update)
5657
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:)))
5758
@@ -68,4 +69,4 @@ jobs:
6869
run: |
6970
source ./.homebrew-build-env # Needed so that runtime cython can find the dependencies
7071
./sage -t --all -p4
71-
72+

0 commit comments

Comments
 (0)