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

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

commit a4bf4a9e84ea6dc23bbbd7c8371e3f8693b625e1
Author: PengZheng <[email protected]>
AuthorDate: Fri Nov 3 11:50:22 2023 +0800

    Fix `conan build` in macos.yml.
    
    (cherry picked from commit 456ae02f5560580b3c2397b6576ce5d6432d7373)
---
 .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 c61b0773..54b9f9e7 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -62,7 +62,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
-          conan build . celix/ci -c tools.cmake.cmaketoolchain:generator=Ninja 
-pr:b default -pr:h default -s:b build_type=Release -s:h build_type=Release -of 
build ${CONAN_BUILD_OPTIONS} -b missing -b cpputest
+          conan build .  -c tools.cmake.cmaketoolchain:generator=Ninja -pr:b 
default -pr:h default -s:b build_type=Release -s:h build_type=Release -of build 
${CONAN_BUILD_OPTIONS} -b missing -b cpputest
       - name: Test
         run: |
           cd build

Reply via email to