This is an automated email from the ASF dual-hosted git repository. pengzheng pushed a commit to branch support/2.4 in repository https://gitbox.apache.org/repos/asf/celix.git
commit 51aa7165e6b25129a278c81a5532d9ee0a32c5fa Author: PengZheng <[email protected]> AuthorDate: Tue Oct 31 12:43:50 2023 +0800 Update the default conan profile to C++17. (cherry picked from commit afedd68c0a395742ab39e0d50d81d515d7cee57f) --- .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
