This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch feature/483-conan-2-support
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to refs/heads/feature/483-conan-2-support by
this push:
new f292a838 Fix profile setup for conan_create/ubuntu-build
f292a838 is described below
commit f292a838d7b1fb7fb11c96225547f3d30e59637c
Author: PengZheng <[email protected]>
AuthorDate: Wed Aug 23 15:31:34 2023 +0800
Fix profile setup for conan_create/ubuntu-build
---
.github/workflows/conan_create.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/conan_create.yml
b/.github/workflows/conan_create.yml
index 748d145a..5f29d981 100644
--- a/.github/workflows/conan_create.yml
+++ b/.github/workflows/conan_create.yml
@@ -29,7 +29,7 @@ jobs:
CXX: ${{ matrix.compiler[1] }}
run: |
# build profile
- conan profile new default --detect
+ conan profile detect -f
echo tools.cmake.cmaketoolchain:generator=Ninja >>
~\.conan2\global.conf
- name: Create Celix
env: