Skip to content

Commit 6eff603

Browse files
committed
don't sync ntp anymore (parallel job causes codesign hangs)
1 parent 3b232ba commit 6eff603

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
rm $CERTIFICATE
5555
security set-key-partition-list -S "apple-tool:,apple:" -s -k mysecretpassword $(pwd)/build.keychain
5656
security find-identity -v
57-
sudo sntp -sS -t 60 time4.google.com || true
5857
xcrun notarytool store-credentials \
5958
--apple-id "${{ secrets.APPLE_SIGNING_ALTOOL_USERNAME }}" \
6059
--password "${{ secrets.APPLE_SIGNING_ALTOOL_PASSWORD }}" \

0 commit comments

Comments
 (0)