mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-23 12:33:10 -04:00
Merge pull request #474 from kiwix/macos-sign-fix2
time update requires sudo
This commit is contained in:
commit
60f3efb5d7
2
.github/workflows/releaseNigthly.yml
vendored
2
.github/workflows/releaseNigthly.yml
vendored
@ -166,7 +166,7 @@ jobs:
|
||||
rm $CERTIFICATE
|
||||
security set-key-partition-list -S "apple-tool:,apple:" -s -k mysecretpassword build.keychain
|
||||
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 }}"
|
||||
- name: Ensure base deps
|
||||
shell: bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user