Skip to content

Commit edf3d52

Browse files
authored
Remove bad cpack debian depends line
1 parent 3b5eed7 commit edf3d52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cppcmake.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ jobs:
7070
-DCMAKE_INSTALL_PREFIX=${PWD}/install \
7171
-DCPACK_PACKAGE_DIRECTORY=${PWD}/package \
7272
-DLSL_INSTALL_ROOT=$PWD/LSL/ \
73-
-DCPACK_DEBIAN_PACKAGE_SHLIBDEPS=ON \
74-
-DCPACK_DEBIAN_PACKAGE_DEPENDS=1
73+
-DCPACK_DEBIAN_PACKAGE_SHLIBDEPS=ON
7574
7675
- name: make
7776
run: cmake --build build --config Release -j --target install

0 commit comments

Comments
 (0)