This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch
hotfix/container_bundle_copies_do_not_trigger
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to
refs/heads/hotfix/container_bundle_copies_do_not_trigger by this push:
new fba77680 Fix typo in CONAN_CMAKE_GENERATOR setting.
fba77680 is described below
commit fba7768049ae06020d28702981b7b5b576e74371
Author: PengZheng <[email protected]>
AuthorDate: Wed Jul 26 14:06:18 2023 +0800
Fix typo in CONAN_CMAKE_GENERATOR setting.
---
.github/workflows/ubuntu.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 85e0da12..4113e295 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -56,7 +56,7 @@ jobs:
env:
CC: ${{ matrix.compiler[0] }}
CXX: ${{ matrix.compiler[1] }}
- CONAN_CMAKE_GENERATOR: ninja
+ CONAN_CMAKE_GENERATOR: Ninja
run: |
conan build . -bf build --configure
conan build . -bf build --build
@@ -70,7 +70,7 @@ jobs:
env:
CC: ${{ matrix.compiler[0] }}
CXX: ${{ matrix.compiler[1] }}
- CONAN_CMAKE_GENERATOR: ninja
+ CONAN_CMAKE_GENERATOR: Ninja
run: |
conan create -pr:b release -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 .