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

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


The following commit(s) were added to refs/heads/feature/update_github_actions 
by this push:
     new 5161aa54 Fix `conan create` error.
5161aa54 is described below

commit 5161aa543c32e3bbfb3357d0ff540ba1cafcc976
Author: PengZheng <[email protected]>
AuthorDate: Thu Jan 19 11:22:35 2023 +0800

    Fix `conan create` error.
---
 .github/workflows/ubuntu.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index d89a4a3b..1db322b7 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -58,7 +58,7 @@ jobs:
           source deactivate_run.sh
       - name: Test Installed Celix
         run: |
-          conan create -pr:b default -pr:h default -tf 
examples/conan_test_package -tbf test-build -o celix:celix_cxx17=True .
+          conan create -pr:b default -pr:h default -tf 
examples/conan_test_package -tbf test-build -o celix:celix_cxx17=True 
--require-override=libcurl/7.64.1 --require-override=openssl/1.1.1s .
 
   build-apt:
     runs-on: ubuntu-20.04

Reply via email to