Skip to content

Commit 8571cbc

Browse files
committed
Remove require-override in coverage build.
1 parent 387a0bb commit 8571cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
-o celix/*:enable_testing_on_ci=True
6464
-o celix/*:enable_ccache=True
6565
run: |
66-
conan build . -pr:b release -pr:h default -of build ${CONAN_BUILD_OPTIONS} -b missing --require-override=openssl/1.1.1s
66+
conan build . -pr:b release -pr:h default -of build ${CONAN_BUILD_OPTIONS} -b missing
6767
- name: Test with coverage
6868
run: |
6969
cd build

0 commit comments

Comments
 (0)