Skip to content

Commit 41d734a

Browse files
committed
ci: switch generator to Ninja
1 parent 640c127 commit 41d734a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
python-version: 3.x
5252

5353
- name: Install fypp
54-
run: pip install --upgrade fypp
54+
run: pip install --upgrade fypp ninja
5555

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

0 commit comments

Comments
 (0)