mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 04:35:53 +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 }}
|
p12-password: ${{ secrets.MACOS_CERT_PASSPHRASE }}
|
||||||
|
|
||||||
- name: Remove private Artifactory
|
- name: Remove private Artifactory
|
||||||
run: conan remote remove cura-conan-private
|
run: conan remote remove cura-conan-private || true
|
||||||
|
|
||||||
- name: Get Conan configuration
|
- name: Get Conan configuration
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user