mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-23 04:25:38 -04:00
Merge pull request #475 from kiwix/macos-sign-fix3
allow more time for ntp server to respond
This commit is contained in:
commit
b5ae88a097
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
|
||||
sudo sntp -sS time.apple.com
|
||||
sudo sntp -sS time.apple.com -t 60
|
||||
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