From cd2e6c1b69a2e0deacddd3f3695276b66f374fe6 Mon Sep 17 00:00:00 2001 From: Karutoh Date: Sun, 13 Oct 2024 13:05:05 -0700 Subject: [PATCH] Testing conan on linux. --- .gitea/workflows/Test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/Test.yaml b/.gitea/workflows/Test.yaml index 7db261f..b5c9b61 100644 --- a/.gitea/workflows/Test.yaml +++ b/.gitea/workflows/Test.yaml @@ -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