From fb50d75d387bf93a6be043cf9104fb3079e3f824 Mon Sep 17 00:00:00 2001 From: Karutoh Date: Sun, 13 Oct 2024 13:24:16 -0700 Subject: [PATCH] Testing conan on linux. --- .gitea/workflows/Test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/Test.yaml b/.gitea/workflows/Test.yaml index 5c7f69f..0a12908 100644 --- a/.gitea/workflows/Test.yaml +++ b/.gitea/workflows/Test.yaml @@ -58,7 +58,7 @@ jobs: - name: Generating Package run: | cd ${{ gitea.workspace }} - conan install . --profile ./profiles/Linux_x86_64_Release --build=missing + 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 remote add origin https://gitea.eventhorizonstudio.io/api/packages/EHS/conan conan user --remote origin --password ${{secrets.CONAN_TOKEN}} ${{secrets.CONAN_USERNAME}}