Skip to content

Commit 48592ed

Browse files
committed
Fix version cmake
1 parent a7f9c1f commit 48592ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

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

6161
- name: Install cmake-3.10
6262
if: ${{ matrix.build == 'cmake-3.10' }}
63-
run: pip install --upgrade cmake==3.10
63+
run: pip install cmake==3.10.3
6464

6565
- name: Setup Fortran compiler
6666
uses: fortran-lang/[email protected]

0 commit comments

Comments
 (0)