We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 601efa5 commit 71a431eCopy full SHA for 71a431e
.github/workflows/pr_build.yml
@@ -229,7 +229,7 @@ jobs:
229
run: |
230
# Run twice to work around OpenSSL not being found. See: https://github.com/overte-org/overte-conan-recipes/issues/1
231
for counter in {1..n}; do
232
- conan install . -s compiler.cppstd=$CONAN_CPPSTD -s build_type=$BUILD_TYPE -o '&:with_qt='${CONAN_QT^} -b missing -pr:b=default -of build --format=json > build.json
+ conan install . -vvv -s compiler.cppstd=$CONAN_CPPSTD -s build_type=$BUILD_TYPE -o '&:with_qt='${CONAN_QT^} -b missing -pr:b=default -of build --format=json > build.json
233
done
234
235
- name: Upload Conan dependencies
0 commit comments