From dde9384c04ef3cd553ccf0ae94d9afb62223fc0c Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Sat, 23 Sep 2023 19:12:37 +0200 Subject: [PATCH] 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 --- .github/workflows/macos.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index de3415f93b2..4e30de27486 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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