We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f9c1f commit 48592edCopy full SHA for 48592ed
.github/workflows/CI.yml
@@ -60,7 +60,7 @@ jobs:
60
61
- name: Install cmake-3.10
62
if: ${{ matrix.build == 'cmake-3.10' }}
63
- run: pip install --upgrade cmake==3.10
+ run: pip install cmake==3.10.3
64
65
- name: Setup Fortran compiler
66
uses: fortran-lang/[email protected]
0 commit comments