Skip to content

Commit fd4b37b

Browse files
authored
Merge pull request #81 from agricolab/master
Remove dependency on '1' during packaging
2 parents 9ed49a5 + 632c125 commit fd4b37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cppcmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: C/C++ CI
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: ['*']
67
tags:
@@ -84,7 +85,6 @@ jobs:
8485
-DCPACK_PACKAGE_DIRECTORY=${PWD}/package \
8586
-DLSL_INSTALL_ROOT=$PWD/LSL/ \
8687
-DCPACK_DEBIAN_PACKAGE_SHLIBDEPS=ON \
87-
-DCPACK_DEBIAN_PACKAGE_DEPENDS=1 \
8888
${{ matrix.config.cmake_extra }}
8989
9090
- name: make

0 commit comments

Comments
 (0)