Skip to content

Commit 6f3a04e

Browse files
Fix conan login in emulator
1 parent 8495d0f commit 6f3a04e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/android_main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ jobs:
172172
173173
test ! -f sorry_but_tests_are_failing
174174
175-
- name: conan remote
176-
run: conan remote add --index 0 odr https://artifactory.opendocument.app/artifactory/api/conan/conan
175+
- name: conan login
176+
run: conan remote login odr admin --password ${{ secrets.ARTIFACTORY }}
177177

178178
- name: upload binaries to conan repo
179179
run: conan upload "*" --check --confirm --remote odr

0 commit comments

Comments
 (0)