Update pr_build.yml

This commit is contained in:
Julian Groß 2025-02-28 15:23:43 +01:00
parent c4bec15ca9
commit e121110769

View file

@ -227,7 +227,12 @@ jobs:
- name: Install Conan dependencies
shell: bash
run: |
echo "-> Curl"
curl -v https://center2.conan.io/v1/ping
curl -v https://center2.conan.io/v2/conans/artery-font-format/1.0.1/_/_/latest
echo "-> Conan"
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
echo "-> Curl"
curl -v https://center2.conan.io/v1/ping
curl -v https://center2.conan.io/v2/conans/artery-font-format/1.0.1/_/_/latest