Skip to content

Commit bd3900e

Browse files
committed
build-ios: brew upgrade|install cmake
1 parent 13c1c14 commit bd3900e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests-cibw.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
submodules: true
4343
fetch-depth: 0
4444

45-
- run: brew upgrade cmake
45+
- run: |
46+
brew update
47+
brew upgrade --formula cmake || brew install --formula cmake
4648
4749
- uses: pypa/[email protected]
4850
env:

0 commit comments

Comments
 (0)