🔧 Updated conan overte remote url

This commit is contained in:
Edgar 2024-12-23 09:54:12 +01:00 committed by Edgar
parent fb59de1410
commit 1e09c65d39
No known key found for this signature in database
GPG key ID: 3C2E1F2C1C353131
2 changed files with 4 additions and 5 deletions

View file

@ -51,14 +51,13 @@ jobs:
qml-module-qtwebengine
shell: bash
- name: Fix broken mpg123 lib
- name: Setup conan
if: steps.cache-conan.outputs.cache-hit != 'true'
run: |
conan profile detect --force
echo "tools.system.package_manager:mode = install" > ~/.conan2/global.conf
echo "tools.system.package_manager:sudo = True" >> ~/.conan2/global.conf
conan remote add overte https://git.anotherfoxguy.com/api/packages/overte/conan -f
conan install --requires mpg123/1.31.2 -b mpg123/1.31.2 -b missing
conan remote add overte https://artifactory.overte.org/artifactory/api/conan/overte -f
- name: Install conan pkgs
run: |
@ -115,7 +114,7 @@ jobs:
- name: Install conan pkgs
run: |
conan remote add overte https://git.anotherfoxguy.com/api/packages/overte/conan -f
conan remote add overte https://artifactory.overte.org/artifactory/api/conan/overte -f
conan install . -b missing -pr:b=tools/conan-profiles/vs-19-release-ninja -pr=tools/conan-profiles/vs-19-release-ninja -of build
conan cache clean "*" -sbd
shell: cmd

View file

@ -158,7 +158,7 @@ conan profile detect --force
Next, add the overte remote to conan
```bash
conan remote add overte https://git.anotherfoxguy.com/api/packages/overte/conan -f
conan remote add overte https://artifactory.overte.org/artifactory/api/conan/overte -f
```
Optionally you can let conan automatically install the required system packages