Skip to content

Commit 9e65fa3

Browse files
committed
Try install cmake < 4 via pip in manylinux without any path changes
1 parent 6230927 commit 9e65fa3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/Manylinux_2_28.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ jobs:
144144
- name: Enable git safe-directory
145145
run: git config --global --add safe.directory $GITHUB_WORKSPACE
146146

147+
- name: Install CMake < 4.0
148+
run: |
149+
python${{env.PYTHON}} -m pip install 'cmake<4'
150+
147151
- name: Configure cmake
148152
run: >
149153
cmake . -B "${{ env.BUILD_DIR }}"

0 commit comments

Comments
 (0)