Skip to content

Commit

Permalink
Fix conan build in macos.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
PengZheng committed Nov 3, 2023
1 parent c6bc814 commit 456ae02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
-o celix/*:enable_ccache=True
run: |
#force require libcurl 7.64.1, due to a sha256 verify issue in libcurl/7.87.0
conan build . celix/ci -c tools.cmake.cmaketoolchain:generator=Ninja -pr:b default -pr:h default -s:b build_type=Release -s:h build_type=Release -of build ${CONAN_BUILD_OPTIONS} -b missing -b cpputest
conan build . -c tools.cmake.cmaketoolchain:generator=Ninja -pr:b default -pr:h default -s:b build_type=Release -s:h build_type=Release -of build ${CONAN_BUILD_OPTIONS} -b missing -b cpputest
- name: Test
run: |
cd build
Expand Down

0 comments on commit 456ae02

Please sign in to comment.