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

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


The following commit(s) were added to refs/heads/feature/civetweb_integration 
by this push:
     new 8cdb09a6 Workaround cpputest conan package error.
8cdb09a6 is described below

commit 8cdb09a6c506cb0c3a3ee37bff37b250b0d06003
Author: PengZheng <[email protected]>
AuthorDate: Sun Feb 5 17:44:36 2023 +0800

    Workaround cpputest conan package error.
---
 .github/workflows/macos.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 7551571f..2ab2c3a9 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -32,7 +32,7 @@ jobs:
             -o celix:enable_testing_dependency_manager_for_cxx11=True
         run: |
           #force reequire libcurl 7.64.1, due to a sha256 verify issue in 
libcurl/7.87.0
-          conan install . celix/ci -pr:b default -pr:h default -if build 
${CONAN_BUILD_OPTIONS} -b missing  --require-override=libcurl/7.64.1 
--require-override=openssl/1.1.1s
+          conan install . celix/ci -pr:b default -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
         run: |
           conan build . -bf build --configure

Reply via email to