From c4bec15ca956813d5d4fcef0bde51c18c309138f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Fri, 28 Feb 2025 15:12:01 +0100 Subject: [PATCH] Update pr_build.yml --- .github/workflows/pr_build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/pr_build.yml b/.github/workflows/pr_build.yml index 777196f04e..ca952de793 100644 --- a/.github/workflows/pr_build.yml +++ b/.github/workflows/pr_build.yml @@ -227,10 +227,7 @@ jobs: - name: Install Conan dependencies shell: bash 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 . -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 + 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 curl -v https://center2.conan.io/v1/ping curl -v https://center2.conan.io/v2/conans/artery-font-format/1.0.1/_/_/latest