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 cc9656c0 Revert "Revert "Add missing deprecated header when running
`conan create`.""
cc9656c0 is described below
commit cc9656c02520d5063ea24794bcb13be41c24f8c0
Author: PengZheng <[email protected]>
AuthorDate: Thu Jan 19 14:07:56 2023 +0800
Revert "Revert "Add missing deprecated header when running `conan create`.""
This reverts commit 90c99c372b6f306e4a72694862b0656b117db2c2.
---
.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 1db322b7..7cc01afa 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
--require-override=libcurl/7.64.1 --require-override=openssl/1.1.1s .
+ conan create -pr:b default -pr:h default -tf
examples/conan_test_package -tbf test-build -o celix:celix_cxx17=True -o
celix:celix_install_deprecated_api=True --require-override=libcurl/7.64.1
--require-override=openssl/1.1.1s .
build-apt:
runs-on: ubuntu-20.04