mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 17:55:56 +08:00
allow cmd to to fail
This commit is contained in:
parent
dde9384c04
commit
b1e5718e72
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user