Skip to content

Commit

Permalink
Merge pull request #81 from agricolab/master
Browse files Browse the repository at this point in the history
Remove dependency on '1' during packaging
  • Loading branch information
cboulay authored May 13, 2022
2 parents 9ed49a5 + 632c125 commit fd4b37b
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 fd4b37b

Please sign in to comment.