Skip to content

Commit 44f34a2

Browse files
committed
Update cibw-cc.yaml
1 parent 91320a3 commit 44f34a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cibw-cc.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ concurrency:
1414
jobs:
1515
build:
1616
strategy:
17+
fail-fast: false
1718
matrix:
1819
include:
1920
- platform: android
@@ -34,6 +35,9 @@ jobs:
3435

3536
- uses: actions/setup-python@v5
3637

38+
- if: matrix.platform == 'ios'
39+
run: brew upgrade cmake
40+
3741
- uses: pypa/[email protected]
3842
env:
3943
CIBW_PLATFORM: ${{ matrix.platform }}

0 commit comments

Comments
 (0)