Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
thfroitzheim committed Nov 9, 2024
1 parent 0c5c2cb commit e553ff4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,14 @@ jobs:
${{ contains(matrix.os, 'macos') && '-Dlapack=openblas' || '' }}
${{ contains(matrix.os, 'windows') && '-Dfortran_link_args=-Wl,--allow-multiple-definition' || '' }}
- name: Configure build (CMake)
- name: CMake
if: ${{ matrix.build == 'cmake' }}
run: >-
which cmake
echo $CMAKE_ROOT
- name: Configure build (CMake)
if: ${{ matrix.build == 'cmake' }}
run: >-
cmake -B${{ env.BUILD_DIR }}
-GNinja
-DCMAKE_BUILD_TYPE=Debug
Expand Down

0 comments on commit e553ff4

Please sign in to comment.