mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-07 05:21:47 +08:00
try not to unlock
Contributes to CURA-9365
This commit is contained in:
parent
d13c037dfc
commit
1b9648001d
2
.github/workflows/cura-installer.yml
vendored
2
.github/workflows/cura-installer.yml
vendored
@ -123,7 +123,7 @@ jobs:
|
|||||||
CERTIFICATE_PATH=$RUNNER_TEMP/um_keychain.p12
|
CERTIFICATE_PATH=$RUNNER_TEMP/um_keychain.p12
|
||||||
echo -n "$MACOS_CERT_P12" | base64 --decode --output $CERTIFICATE_PATH
|
echo -n "$MACOS_CERT_P12" | base64 --decode --output $CERTIFICATE_PATH
|
||||||
security import $CERTIFICATE_PATH -P $MACOS_CERT_PASSPHRASE -A
|
security import $CERTIFICATE_PATH -P $MACOS_CERT_PASSPHRASE -A
|
||||||
security unlock -p $MACOS_CERT_PASSPHRASE $CERTIFICATE_PATH
|
# security unlock -p $MACOS_CERT_PASSPHRASE $CERTIFICATE_PATH
|
||||||
|
|
||||||
- name: Clean Conan local cache
|
- name: Clean Conan local cache
|
||||||
if: ${{ inputs.conan_clean_local_cache }}
|
if: ${{ inputs.conan_clean_local_cache }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user