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 05f7e16 commit 86ded83Copy full SHA for 86ded83
.github/workflows/cppcmake.yml
@@ -60,7 +60,8 @@ jobs:
60
-DCPACK_PACKAGE_DIRECTORY=${PWD}/package \
61
-Dlslgitrevision=${{ github.sha }} \
62
-Dlslgitbranch=${{ github.ref }} \
63
- ${{ matrix.config.cmake_extra }}
+ ${{ matrix.config.cmake_extra }} \
64
+ ${{ github.event.inputs.cmakeextra }}
65
echo ${PWD}
66
- name: make
67
run: cmake --build build --target install --config Release -j
0 commit comments