Testing conan on linux.
Some checks failed
Build & Release / Linux-AMD64-Build (push) Failing after 6s
Build & Release / Linux-AARCH64-Build (push) Failing after 6s
Build & Release / Windows-AMD64-Build (push) Has been cancelled

This commit is contained in:
Arron David Nelson 2024-10-13 13:05:05 -07:00
parent 6e3008793a
commit cd2e6c1b69

View File

@ -58,7 +58,7 @@ jobs:
- name: Generating Package
run: |
cd ${{ gitea.workspace }}
conan create . --profile ./profiles/Linux_x86_64_Release
conan create . --profile:host ./profiles/Linux_x86_64_Release --profile:build ./profiles/Linux_x86_64_Release
conan remote add origin https://gitea.eventhorizonstudio.io/api/packages/EHS/conan
conan user --remote origin --password ${{secrets.CONAN_TOKEN}} ${{secrets.CONAN_USERNAME}}
conan upload --remote=origin ehs
@ -98,7 +98,7 @@ jobs:
- name: Generating Package
run: |
cd ${{ gitea.workspace }}
conan create . --profile ./profiles/Linux_x86_64_Release
conan create . --profile:host ./profiles/Linux_x86_64_Release --profile:build ./profiles/Linux_x86_64_Release
conan remote add origin https://gitea.eventhorizonstudio.io/api/packages/EHS/conan
conan user --remote origin --password ${{secrets.CONAN_TOKEN}} ${{secrets.CONAN_USERNAME}}
conan upload --remote=origin ehs