Skip to content

Commit

Permalink
🔧 Updated conan overte remote url
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherFoxGuy committed Jan 21, 2025
1 parent d72a615 commit c83838a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-overte.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion BUILD_LINUX.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c83838a

Please sign in to comment.