diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8950727..2ca9113 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -14,8 +14,8 @@ jobs: BUILD_COMMIT: 'v19.24.3' DLIB_BIN_VERSION: '19.24.3' CIBUILDWHEEL_VERSION: '2.11.4' - CIBW_BEFORE_BUILD: 'pip install cmake==3.27.9 && cmake --version' - CIBW_BUILD: 'cp38-* cp39-* cp310-* cp311-* cp312-*' + CIBW_BEFORE_BUILD: 'pip install cmake && cmake --version && python -c "from cmake import cmake"' + CIBW_BUILD: 'cp37-* cp38-* cp39-* cp310-* cp311-* cp312-*' CIBW_SKIP: '*musllinux*' CIBW_ARCHS: 'auto64'