Skip to content

Commit

Permalink
ci: switch generator to Ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed Jun 9, 2024
1 parent 640c127 commit 41d734a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
python-version: 3.x

- name: Install fypp
run: pip install --upgrade fypp
run: pip install --upgrade fypp ninja

- name: Setup Fortran compiler
uses: fortran-lang/setup-fortran@v1.6.1
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Configure with CMake
if: ${{ contains(matrix.build, 'cmake') }}
run: >-
cmake -Wdev
cmake -Wdev -G Ninja
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_MAXIMUM_RANK:String=4
-DCMAKE_INSTALL_PREFIX=$PWD/_dist
Expand Down

0 comments on commit 41d734a

Please sign in to comment.