Skip to content

Commit f9b412d

Browse files
committed
ci: windows preset
1 parent f2c096e commit f9b412d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci_windows.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717

18-
- run: cmake -B build -G "MinGW Makefiles"
19-
18+
- run: cmake --preset=makewin
2019
- run: cmake --build build --parallel
2120

2221
- run: ctest --parallel 2 --output-on-failure

Examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ else()
1717
include(FetchContent)
1818
FetchContent_Declare(h5fortran_proj
1919
GIT_REPOSITORY https://github.com/geospace-code/h5fortran.git
20-
GIT_TAG v3.4.6)
20+
GIT_TAG v3.4.7)
2121
FetchContent_MakeAvailable(h5fortran_proj)
2222
endif()
2323

0 commit comments

Comments
 (0)