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

pengzheng pushed a commit to branch hotfix/conan-create-ubuntu-clang
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to 
refs/heads/hotfix/conan-create-ubuntu-clang by this push:
     new afedd68c Update the default conan profile to C++17.
afedd68c is described below

commit afedd68c0a395742ab39e0d50d81d515d7cee57f
Author: PengZheng <[email protected]>
AuthorDate: Tue Oct 31 12:43:50 2023 +0800

    Update the default conan profile to C++17.
---
 .github/workflows/conan_create.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/conan_create.yml 
b/.github/workflows/conan_create.yml
index c93bf7e8..460607f3 100644
--- a/.github/workflows/conan_create.yml
+++ b/.github/workflows/conan_create.yml
@@ -38,6 +38,7 @@ jobs:
         run: |
           # build profile
           conan profile detect -f
+          sed -i 's/compiler.cppstd=gnu14/compiler.cppstd=gnu17/g' `conan 
profile path default`
       - name: Conan Cache
         id: cache-conan
         uses: actions/cache@v3

Reply via email to