Skip to content

Commit 49c014e

Browse files
committed
Workflows: turn off cmake until issues are resolved
1 parent 7447c66 commit 49c014e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ jobs:
148148
ctest --test-dir builddir -j --output-on-failure -V
149149
150150
cmake-osx:
151+
if: false
151152
# Set the name of this build, variable depending on the OS
152153
name: ${{ matrix.os }} ${{ matrix.compiler_mpi }} openmp=${{ matrix.openmp }} ${{ matrix.build_type }}
153154
strategy:
@@ -220,7 +221,7 @@ jobs:
220221
cmake-windows:
221222
# build on windows using ifort with intelmpi and mkl based on
222223
# https://github.com/oneapi-src/oneapi-ci
223-
224+
if: false
224225
name: windows ${{matrix.compiler}} intelmpi openmp=${{ matrix.openmp }} ${{ matrix.build_type }}
225226
runs-on: [windows-latest]
226227
strategy:

0 commit comments

Comments
 (0)