Skip to content

Commit c8d5f58

Browse files
Another attempt
1 parent 51812e4 commit c8d5f58

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ jobs:
9090
python3 -m venv .venv
9191
${{ matrix.config.activate_venv }}
9292
pip3 install -r scripts/requirements.txt
93+
which conan
94+
conan remote list
95+
conan remote add teiacare ${{ secrets.ARTIFACTORY_URL }}/teiacare --insert 0 --force
96+
conan user ${{ secrets.ARTIFACTORY_USERNAME }} -p ${{ secrets.ARTIFACTORY_PASSWORD }} -r teiacare
97+
conan remote list
9398
9499
- name: Setup Conan
95100
uses: ./.github/actions/shell
@@ -98,9 +103,6 @@ jobs:
98103
${{ matrix.config.activate_venv }}
99104
which conan
100105
conan remote list
101-
conan remote add teiacare ${{ secrets.ARTIFACTORY_URL }}/teiacare --insert 0 --force
102-
conan user ${{ secrets.ARTIFACTORY_USERNAME }} -p ${{ secrets.ARTIFACTORY_PASSWORD }} -r teiacare
103-
conan remote list
104106
python3 scripts/conan/setup.py ${{ matrix.build_type }} ${{ matrix.config.compiler }} ${{ matrix.config.compiler_version }}
105107
106108
- name: Build

0 commit comments

Comments
 (0)