mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
allow cmd to to fail
This commit is contained in:
parent
dde9384c04
commit
b1e5718e72
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue