Skip to content

Commit 72698fd

Browse files
authored
Merge pull request #1176 from srinjoy933/fix-cmake-ci3
fix cmake ci
2 parents 3b447b9 + 36c041a commit 72698fd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 3 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
@@ -72,7 +72,7 @@ jobs:
7272
compiler: ${{ matrix.toolchain.compiler }}
7373
version: ${{ matrix.toolchain.version }}
7474

75-
# Build and test with built-in BLAS and LAPACK
75+
# Build and test with built-in BLAS and LAPACK
7676
- name: Configure with CMake
7777
if: ${{ contains(matrix.build, 'cmake') && matrix.build != 'cmake-3.14' }}
7878
run: >-
@@ -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)