Skip to content

Commit 44b5895

Browse files
author
Matevz Morato
committed
Loosen CMake requirement
1 parent 904a5ec commit 44b5895

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ jobs:
322322
run: yum install -y --disableplugin=fastestmirror libusb1-devel perl-core
323323
- name: Installing cmake dependency
324324
run: |
325-
/opt/python/cp38-cp38/bin/python3.8 -m pip install cmake==3.29
325+
/opt/python/cp38-cp38/bin/python3.8 -m pip install "cmake<4.0"
326326
ln -s /opt/python/cp38-cp38/bin/cmake /bin/
327327
- name: Create folder structure
328328
run: mkdir -p wheelhouse/audited/
@@ -384,7 +384,7 @@ jobs:
384384
run: yum install -y --disableplugin=fastestmirror libusb1-devel perl-core
385385
- name: Installing cmake dependency
386386
run: |
387-
/opt/python/cp38-cp38/bin/python3.8 -m pip install cmake==3.29
387+
/opt/python/cp38-cp38/bin/python3.8 -m pip install "cmake<4"
388388
ln -s /opt/python/cp38-cp38/bin/cmake /bin/
389389
- name: Create folder structure
390390
run: mkdir -p wheelhouse/audited/

0 commit comments

Comments
 (0)