mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
try not to unlock
Contributes to CURA-9365
This commit is contained in:
parent
d13c037dfc
commit
1b9648001d
1 changed files with 1 additions and 1 deletions
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
|
||||
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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue