try not to unlock

Contributes to CURA-9365
This commit is contained in:
j.spijker@ultimaker.com 2022-07-01 15:37:03 +02:00 committed by Jelle Spijker
parent d13c037dfc
commit 1b9648001d

View File

@ -123,7 +123,7 @@ jobs:
CERTIFICATE_PATH=$RUNNER_TEMP/um_keychain.p12
echo -n "$MACOS_CERT_P12" | base64 --decode --output $CERTIFICATE_PATH
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
if: ${{ inputs.conan_clean_local_cache }}