We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4346b76 commit 51812e4Copy full SHA for 51812e4
.github/workflows/build.yml
@@ -96,8 +96,11 @@ jobs:
96
with:
97
commands: |
98
${{ matrix.config.activate_venv }}
99
+ which conan
100
+ 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
104
python3 scripts/conan/setup.py ${{ matrix.build_type }} ${{ matrix.config.compiler }} ${{ matrix.config.compiler_version }}
105
106
- name: Build
0 commit comments