Skip to content

Commit

Permalink
Install 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 fba7768 commit 3b55bfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
-o celix:enable_testing_dependency_manager_for_cxx11=True
run: |
#force require libcurl 7.64.1, due to a sha256 verify issue in libcurl/7.87.0
sudo apt-get install -yq --no-install-recommends ninja-build
conan install . celix/ci -pr:b release -pr:h default -if build ${CONAN_BUILD_OPTIONS} -b missing -b cpputest --require-override=libcurl/7.64.1 --require-override=openssl/1.1.1s
- name: Build
env:
Expand Down

0 comments on commit 3b55bfb

Please sign in to comment.