time update requires sudo
This commit is contained in:
parent
af0a69046b
commit
b3f66e0ac0
|
@ -166,7 +166,7 @@ jobs:
|
||||||
rm $CERTIFICATE
|
rm $CERTIFICATE
|
||||||
security set-key-partition-list -S "apple-tool:,apple:" -s -k mysecretpassword build.keychain
|
security set-key-partition-list -S "apple-tool:,apple:" -s -k mysecretpassword build.keychain
|
||||||
security find-identity -v
|
security find-identity -v
|
||||||
sntp -sS time.apple.com
|
sudo sntp -sS time.apple.com
|
||||||
xcrun altool --store-password-in-keychain-item "ALTOOL_PASSWORD" -u "$ALTOOL_USERNAME" -p "${{ secrets.APPLE_SIGNING_ALTOOL_PASSWORD }}"
|
xcrun altool --store-password-in-keychain-item "ALTOOL_PASSWORD" -u "$ALTOOL_USERNAME" -p "${{ secrets.APPLE_SIGNING_ALTOOL_PASSWORD }}"
|
||||||
- name: Ensure base deps
|
- name: Ensure base deps
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in New Issue