Skip to content

Commit 46511d2

Browse files
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

+1-1
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)