Skip to content

Commit 93b547e

Browse files
committed
GH Actions - install before package
1 parent 2b9efba commit 93b547e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/cppcmake.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@ jobs:
6363
run: |
6464
cmake -S . -B build -DLSL_INSTALL_ROOT=$PWD/LSL/ -DCPACK_DEBIAN_PACKAGE_SHLIBDEPS=ON -DCPACK_DEBIAN_PACKAGE_DEPENDS=1
6565
66-
- name: Make & Package
66+
- name: Make & Install
67+
run: cmake --build build --config Release -j --target install
68+
69+
- name: Package
6770
run: cmake --build build --config Release -j --target package
6871

6972
- name: Upload Artifacts

0 commit comments

Comments
 (0)