Skip to content

Commit 845aa03

Browse files
committed
ci_windows: specify example generator ninja
1 parent acb6151 commit 845aa03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci_windows.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
msys2:
3333
timeout-minutes: 20
3434
runs-on: windows-latest
35+
env:
36+
CMAKE_GENERATOR: Ninja
3537

3638
defaults:
3739
run:
@@ -49,7 +51,7 @@ jobs:
4951
5052
- uses: actions/checkout@v2
5153

52-
- run: cmake --preset makewin -DCMAKE_INSTALL_PREFIX=~/h5fortran
54+
- run: cmake --preset default -DCMAKE_INSTALL_PREFIX=~/h5fortran
5355
- run: cmake --build --preset default
5456
- run: ctest --preset default
5557
- run: cmake --install build

0 commit comments

Comments
 (0)