Skip to content

Commit 86ded83

Browse files
committed
CI: pass through on-demand CMake options
1 parent 05f7e16 commit 86ded83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cppcmake.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
6060
-DCPACK_PACKAGE_DIRECTORY=${PWD}/package \
6161
-Dlslgitrevision=${{ github.sha }} \
6262
-Dlslgitbranch=${{ github.ref }} \
63-
${{ matrix.config.cmake_extra }}
63+
${{ matrix.config.cmake_extra }} \
64+
${{ github.event.inputs.cmakeextra }}
6465
echo ${PWD}
6566
- name: make
6667
run: cmake --build build --target install --config Release -j

0 commit comments

Comments
 (0)