Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 46511d2

Browse files
committedApr 2, 2025·
install cmake 3.20 from pip
1 parent 2ea592a commit 46511d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120

121121
# Temporary solution, waiting for the `checks` module update.
122122
- name: Install old CMake for checks dependency
123-
run: pip3 install cmake==3.4
123+
run: pip3 install cmake==3.20
124124

125125
- name: Install the crud module for testing purposes
126126
run: |

0 commit comments

Comments
 (0)
Please sign in to comment.