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

pengzheng pushed a commit to branch 
hotfix/container_bundle_copies_do_not_trigger
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to 
refs/heads/hotfix/container_bundle_copies_do_not_trigger by this push:
     new 3b55bfb4 Install ninja-build for ubuntu-build-conan.
3b55bfb4 is described below

commit 3b55bfb428523dc5ed60396144438d0a3ae0bb4a
Author: PengZheng <[email protected]>
AuthorDate: Wed Jul 26 14:09:44 2023 +0800

    Install ninja-build for ubuntu-build-conan.
---
 .github/workflows/ubuntu.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 4113e295..f5098ae2 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -51,6 +51,7 @@ jobs:
             -o celix:enable_testing_dependency_manager_for_cxx11=True
         run: |
           #force require libcurl 7.64.1, due to a sha256 verify issue in 
libcurl/7.87.0
+          sudo apt-get install -yq --no-install-recommends ninja-build
           conan install . celix/ci -pr:b release -pr:h default -if build 
${CONAN_BUILD_OPTIONS} -b missing  -b cpputest 
--require-override=libcurl/7.64.1 --require-override=openssl/1.1.1s
       - name: Build
         env:

Reply via email to