This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a commit to branch feature/add_misc_to_coverage
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to refs/heads/feature/add_misc_to_coverage 
by this push:
     new fc9bb33  Adds build configuration to install libtbb-dev needed in 
misc/experimental
fc9bb33 is described below

commit fc9bb3317eff00f19428f3010575e0384942c05f
Author: Pepijn Noltes <[email protected]>
AuthorDate: Mon May 18 15:25:20 2020 +0200

    Adds build configuration to install libtbb-dev needed in misc/experimental
---
 .github/workflows/coverage.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 79a2bee..0388dd0 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -23,6 +23,7 @@ jobs:
             libxml2-dev \
             libczmq-dev \
             libcpputest-dev \
+            libtbb-dev \
             lcov
       - name: Build
         env:

Reply via email to