Skip to content

Commit 63bba6d

Browse files
committed
changed
1 parent 923f75f commit 63bba6d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 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,6 @@ jobs:
7272
compiler: ${{ matrix.toolchain.compiler }}
7373
version: ${{ matrix.toolchain.version }}
7474

75-
# Build and test with built-in BLAS and LAPACK
7675
- name: Configure with CMake
7776
if: ${{ contains(matrix.build, 'cmake') && matrix.build != 'cmake-3.14' }}
7877
run: >-
@@ -112,4 +111,4 @@ jobs:
112111
113112
- name: Install project
114113
if: ${{ contains(matrix.build, 'cmake') }}
115-
run: cmake --install ${{ env.BUILD_DIR }}
114+
run: cmake --install ${{ env.BUILD_DIR }}

0 commit comments

Comments
 (0)