Skip to content

Commit 51812e4

Browse files
Troubleshoot conan remotes setup.
1 parent 4346b76 commit 51812e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,11 @@ jobs:
9696
with:
9797
commands: |
9898
${{ matrix.config.activate_venv }}
99+
which conan
100+
conan remote list
99101
conan remote add teiacare ${{ secrets.ARTIFACTORY_URL }}/teiacare --insert 0 --force
100102
conan user ${{ secrets.ARTIFACTORY_USERNAME }} -p ${{ secrets.ARTIFACTORY_PASSWORD }} -r teiacare
103+
conan remote list
101104
python3 scripts/conan/setup.py ${{ matrix.build_type }} ${{ matrix.config.compiler }} ${{ matrix.config.compiler_version }}
102105
103106
- name: Build

0 commit comments

Comments
 (0)