Update pr_build.yml

This commit is contained in:
Julian Groß 2025-02-28 14:42:03 +01:00
parent 601efa5d03
commit 71a431e242

View file

@ -229,7 +229,7 @@ jobs:
run: |
# Run twice to work around OpenSSL not being found. See: https://github.com/overte-org/overte-conan-recipes/issues/1
for counter in {1..n}; do
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
done
- name: Upload Conan dependencies