Skip to content

Commit eb0fc90

Browse files
committed
Revert "Revert changes for Win static hwloc"
This reverts commit ada63d7. Fixes: #1057 Signed-off-by: Lukasz Dorau <[email protected]>
1 parent f72f649 commit eb0fc90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable_basic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ jobs:
338338
-B ${{env.BUILD_DIR}}
339339
-DCMAKE_INSTALL_PREFIX="${{env.INSTL_DIR}}"
340340
-DUMF_BUILD_SHARED_LIBRARY=ON
341-
-DUMF_BUILD_EXAMPLES=OFF
341+
-DUMF_BUILD_EXAMPLES=ON
342342
-DUMF_FORMAT_CODE_STYLE=OFF
343343
-DUMF_DEVELOPER_MODE=ON
344344
-DUMF_BUILD_LIBUMF_POOL_DISJOINT=ON
@@ -381,7 +381,7 @@ jobs:
381381
-B ${{env.BUILD_DIR}}
382382
-DCMAKE_INSTALL_PREFIX="${{env.INSTL_DIR}}"
383383
-DUMF_BUILD_SHARED_LIBRARY=OFF
384-
-DUMF_BUILD_EXAMPLES=OFF
384+
-DUMF_BUILD_EXAMPLES=ON
385385
-DUMF_FORMAT_CODE_STYLE=OFF
386386
-DUMF_DEVELOPER_MODE=ON
387387
-DUMF_BUILD_LIBUMF_POOL_DISJOINT=ON

0 commit comments

Comments
 (0)