We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2dac45 commit 240a621Copy full SHA for 240a621
1 file changed
.github/workflows/CI.yml
@@ -63,7 +63,7 @@ jobs:
63
64
- name: Install cmake-3.14
65
if: ${{ matrix.build == 'cmake-3.14' }}
66
- run: pip install cmake==3.14.3
+ run: pip install cmake==3.14.3.post1
67
68
- name: Setup Fortran compiler
69
uses: fortran-lang/setup-fortran@v1.6.2
@@ -112,4 +112,4 @@ jobs:
112
113
- name: Install project
114
if: ${{ contains(matrix.build, 'cmake') }}
115
- run: cmake --install ${{ env.BUILD_DIR }}
+ run: cmake --install ${{ env.BUILD_DIR }}
0 commit comments