We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640c127 commit 41d734aCopy full SHA for 41d734a
.github/workflows/CI.yml
@@ -51,7 +51,7 @@ jobs:
51
python-version: 3.x
52
53
- name: Install fypp
54
- run: pip install --upgrade fypp
+ run: pip install --upgrade fypp ninja
55
56
- name: Setup Fortran compiler
57
uses: fortran-lang/[email protected]
@@ -63,7 +63,7 @@ jobs:
63
- name: Configure with CMake
64
if: ${{ contains(matrix.build, 'cmake') }}
65
run: >-
66
- cmake -Wdev
+ cmake -Wdev -G Ninja
67
-DCMAKE_BUILD_TYPE=Release
68
-DCMAKE_MAXIMUM_RANK:String=4
69
-DCMAKE_INSTALL_PREFIX=$PWD/_dist
0 commit comments