We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 387a0bb commit 8571cbcCopy full SHA for 8571cbc
.github/workflows/coverage.yml
@@ -63,7 +63,7 @@ jobs:
63
-o celix/*:enable_testing_on_ci=True
64
-o celix/*:enable_ccache=True
65
run: |
66
- conan build . -pr:b release -pr:h default -of build ${CONAN_BUILD_OPTIONS} -b missing --require-override=openssl/1.1.1s
+ conan build . -pr:b release -pr:h default -of build ${CONAN_BUILD_OPTIONS} -b missing
67
- name: Test with coverage
68
69
cd build
0 commit comments