clean the slate

self-hosted runners are persistent since the the internal repo installs the private artifactory when run from there, the public repo tries to use that data, but from here we don't have access to the sources. This steps ensure that the private Artifactory is unknown in the public repo
This commit is contained in:
Jelle Spijker 2023-09-23 19:12:37 +02:00 committed by GitHub
parent d26399871d
commit dde9384c04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,6 +143,9 @@ jobs:
p12-file-base64: ${{ secrets.MACOS_CERT_INSTALLER_P12 }}
p12-password: ${{ secrets.MACOS_CERT_PASSPHRASE }}
- name: Remove private Artifactory
run: conan remote remove cura-conan-private
- name: Get Conan configuration
run: |
conan config install https://github.com/Ultimaker/conan-config.git