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

This commit is contained in:
Arron David Nelson 2024-10-13 14:20:40 -07:00
parent 1aaa27b41f
commit 54f484b197

View File

@ -99,8 +99,8 @@ jobs:
- name: Generating Package
run: |
cd ${{ gitea.workspace }}
conan install . --profile:host ./profiles/Linux_x86_64_Release --profile:build ./profiles/Linux_x86_64_Release --build=missing
conan create . --profile:host ./profiles/Linux_x86_64_Release --profile:build ./profiles/Linux_x86_64_Release
conan install . --profile:host ./profiles/Linux_AARCH64_Release --profile:build ./profiles/Linux_AARCH64_Release --build=missing
conan create . --profile:host ./profiles/Linux_AARCH64_Release --profile:build ./profiles/Linux_AARCH64_Release
conan remote add origin https://gitea.eventhorizonstudio.io/api/packages/EHS/conan
conan remote login origin --username ${{secrets.CONAN_USERNAME}} --password ${{secrets.CONAN_TOKEN}}
conan upload --remote=origin ehs