Skip to content

Commit e50dfa1

Browse files
committed
Downgrade cmake before building devil from source
1 parent 9e65fa3 commit e50dfa1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/Manylinux_2_28.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ jobs:
101101
cuda: ${{ env.CUDA }}
102102
run: .github/scripts/install_cuda_el8.sh
103103

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+
104108
- name: Install Visualisation Dependencies (EL 8)
105109
if: ${{ env.VISUALISATION == 'ON' }}
106110
run: |
@@ -144,10 +148,6 @@ jobs:
144148
- name: Enable git safe-directory
145149
run: git config --global --add safe.directory $GITHUB_WORKSPACE
146150

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

0 commit comments

Comments
 (0)