Skip to content

Commit

Permalink
Remove dependency on '1'
Browse files Browse the repository at this point in the history
Also, add option to start workflow manually
  • Loading branch information
agricolab authored May 13, 2022
1 parent 9ed49a5 commit 632c125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cppcmake.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: C/C++ CI

on:
workflow_dispatch:
push:
branches: ['*']
tags:
Expand Down Expand Up @@ -84,7 +85,6 @@ jobs:
-DCPACK_PACKAGE_DIRECTORY=${PWD}/package \
-DLSL_INSTALL_ROOT=$PWD/LSL/ \
-DCPACK_DEBIAN_PACKAGE_SHLIBDEPS=ON \
-DCPACK_DEBIAN_PACKAGE_DEPENDS=1 \
${{ matrix.config.cmake_extra }}
- name: make
Expand Down

0 comments on commit 632c125

Please sign in to comment.