Switch to cura jfrog

Contributes to CURA-10831
This commit is contained in:
Jelle Spijker 2023-11-28 16:19:35 +01:00
parent 19eaf89fcd
commit 17cc36a96d
No known key found for this signature in database
GPG key ID: 034D1C0527888B65
6 changed files with 7 additions and 37 deletions

View file

@ -143,9 +143,6 @@ jobs:
conan config install https://github.com/Ultimaker/conan-config.git
conan config install https://github.com/Ultimaker/conan-config.git -a "-b runner/${{ runner.os }}/${{ runner.arch }}"
- name: Set GH service account for remote cura-conan-dev
run: conan user -p ${{ secrets.CONAN_GH_RUNNER_PASS }} -r cura-conan-dev "${{ secrets.CONAN_GH_RUNNER_USER }}"
- name: Use Conan download cache (Bash)
run: conan config set storage.download_cache="$HOME/.conan/conan_download_cache"