mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 01:03:19 +02:00
Update pr_build.yml
This commit is contained in:
parent
d6246e0511
commit
c4bec15ca9
1 changed files with 1 additions and 4 deletions
5
.github/workflows/pr_build.yml
vendored
5
.github/workflows/pr_build.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue