Skip to content

Commit

Permalink
Enable ninja build for ubuntu-build-conan.
Browse files Browse the repository at this point in the history
  • Loading branch information
PengZheng committed Jul 26, 2023
1 parent 4430292 commit 8646394
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
env:
CC: ${{ matrix.compiler[0] }}
CXX: ${{ matrix.compiler[1] }}
CONAN_CMAKE_GENERATOR: ninja
run: |
conan build . -bf build --configure
conan build . -bf build --build
Expand All @@ -69,6 +70,7 @@ jobs:
env:
CC: ${{ matrix.compiler[0] }}
CXX: ${{ matrix.compiler[1] }}
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 .
Expand Down

0 comments on commit 8646394

Please sign in to comment.