Skip to content

Commit 240a621

Browse files
committed
updated
1 parent e2dac45 commit 240a621

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Install cmake-3.14
6565
if: ${{ matrix.build == 'cmake-3.14' }}
66-
run: pip install cmake==3.14.3
66+
run: pip install cmake==3.14.3.post1
6767

6868
- name: Setup Fortran compiler
6969
uses: fortran-lang/setup-fortran@v1.6.2
@@ -112,4 +112,4 @@ jobs:
112112
113113
- name: Install project
114114
if: ${{ contains(matrix.build, 'cmake') }}
115-
run: cmake --install ${{ env.BUILD_DIR }}
115+
run: cmake --install ${{ env.BUILD_DIR }}

0 commit comments

Comments
 (0)