Skip to content

Commit ccc83cc

Browse files
committed
cmake<4
1 parent 7bc946b commit ccc83cc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
-shared -o ..\\src\\main\\resources\\libbloscjni.dll \
4242
bloscjni.c ..\\c-blosc\\build\\blosc\\libblosc.a
4343
44+
- name: Install CMake 3.x (Mac)
45+
if: ${{ matrix.os == 'macos-latest' }}
46+
run: pip3 install 'cmake<4'
47+
4448
- name: Build c-blosc (Mac arm64)
4549
if: ${{ matrix.os == 'macos-latest' }}
4650
run: |

0 commit comments

Comments
 (0)