We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b447b9 + 36c041a commit 72698fdCopy full SHA for 72698fd
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
@@ -72,7 +72,7 @@ jobs:
72
compiler: ${{ matrix.toolchain.compiler }}
73
version: ${{ matrix.toolchain.version }}
74
75
- # Build and test with built-in BLAS and LAPACK
+ # Build and test with built-in BLAS and LAPACK
76
- name: Configure with CMake
77
if: ${{ contains(matrix.build, 'cmake') && matrix.build != 'cmake-3.14' }}
78
run: >-
@@ -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