allow cmd to to fail

This commit is contained in:
Jelle Spijker 2023-09-23 19:15:38 +02:00 committed by GitHub
parent dde9384c04
commit b1e5718e72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,7 +144,7 @@ jobs:
p12-password: ${{ secrets.MACOS_CERT_PASSPHRASE }}
- name: Remove private Artifactory
run: conan remote remove cura-conan-private
run: conan remote remove cura-conan-private || true
- name: Get Conan configuration
run: |