We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b9efba commit 93b547eCopy full SHA for 93b547e
1 file changed
.github/workflows/cppcmake.yml
@@ -63,7 +63,10 @@ jobs:
63
run: |
64
cmake -S . -B build -DLSL_INSTALL_ROOT=$PWD/LSL/ -DCPACK_DEBIAN_PACKAGE_SHLIBDEPS=ON -DCPACK_DEBIAN_PACKAGE_DEPENDS=1
65
66
- - name: Make & Package
+ - name: Make & Install
67
+ run: cmake --build build --config Release -j --target install
68
+
69
+ - name: Package
70
run: cmake --build build --config Release -j --target package
71
72
- name: Upload Artifacts
0 commit comments