We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc946b commit ccc83ccCopy full SHA for ccc83cc
1 file changed
.github/workflows/ci.yml
@@ -41,6 +41,10 @@ jobs:
41
-shared -o ..\\src\\main\\resources\\libbloscjni.dll \
42
bloscjni.c ..\\c-blosc\\build\\blosc\\libblosc.a
43
44
+ - name: Install CMake 3.x (Mac)
45
+ if: ${{ matrix.os == 'macos-latest' }}
46
+ run: pip3 install 'cmake<4'
47
+
48
- name: Build c-blosc (Mac arm64)
49
if: ${{ matrix.os == 'macos-latest' }}
50
run: |
0 commit comments