From 1aaa27b41f06071d4cd5afb6bff70884435b605f Mon Sep 17 00:00:00 2001 From: Karutoh Date: Sun, 13 Oct 2024 13:36:59 -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 0a12908..231adc1 100644 --- a/.gitea/workflows/Test.yaml +++ b/.gitea/workflows/Test.yaml @@ -61,7 +61,7 @@ jobs: 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}} + conan remote login origin --username ${{secrets.CONAN_USERNAME}} --password ${{secrets.CONAN_TOKEN}} conan upload --remote=origin ehs - name: Generating Documentation @@ -102,7 +102,7 @@ jobs: 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}} + conan remote login origin --username ${{secrets.CONAN_USERNAME}} --password ${{secrets.CONAN_TOKEN}} conan upload --remote=origin ehs - name: Generating Documentation