Skip to content

Commit 632c125

Browse files
authored
Remove dependency on '1'
Also, add option to start workflow manually
1 parent 9ed49a5 commit 632c125

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)