We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6230927 commit 9e65fa3Copy full SHA for 9e65fa3
1 file changed
.github/workflows/Manylinux_2_28.yml
@@ -144,6 +144,10 @@ jobs:
144
- name: Enable git safe-directory
145
run: git config --global --add safe.directory $GITHUB_WORKSPACE
146
147
+ - name: Install CMake < 4.0
148
+ run: |
149
+ python${{env.PYTHON}} -m pip install 'cmake<4'
150
+
151
- name: Configure cmake
152
run: >
153
cmake . -B "${{ env.BUILD_DIR }}"
0 commit comments