Skip to content

Commit 55f3118

Browse files
cmake 3.10.3
1 parent a060958 commit 55f3118

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/testing.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ 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.20.5
123+
run: |
124+
cmake --version
125+
pip3 install cmake==3.10.3
124126

125127
- name: Install the crud module for testing purposes
126128
run: |

0 commit comments

Comments
 (0)