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 1f7f5cc6 Fix missing deprecated headers in macOS `conan create`.
1f7f5cc6 is described below
commit 1f7f5cc6cbee5159910f3a5c9d73007263fc9391
Author: PengZheng <[email protected]>
AuthorDate: Sun Feb 5 14:06:28 2023 +0800
Fix missing deprecated headers in macOS `conan create`.
---
.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 d75564fb..25f5c154 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -50,7 +50,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-brew:
runs-on: macOS-latest