We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e65fa3 commit e50dfa1Copy full SHA for e50dfa1
1 file changed
.github/workflows/Manylinux_2_28.yml
@@ -101,6 +101,10 @@ jobs:
101
cuda: ${{ env.CUDA }}
102
run: .github/scripts/install_cuda_el8.sh
103
104
+ - name: Install CMake < 4.0. req for devil via CMake and rapidjson
105
+ run: |
106
+ python${{env.PYTHON}} -m pip install 'cmake<4.0'
107
+
108
- name: Install Visualisation Dependencies (EL 8)
109
if: ${{ env.VISUALISATION == 'ON' }}
110
run: |
@@ -144,10 +148,6 @@ jobs:
144
148
- name: Enable git safe-directory
145
149
run: git config --global --add safe.directory $GITHUB_WORKSPACE
146
150
147
- - name: Install CMake < 4.0
- run: |
- python${{env.PYTHON}} -m pip install 'cmake<4'
-
151
- name: Configure cmake
152
run: >
153
cmake . -B "${{ env.BUILD_DIR }}"
0 commit comments