From b3f66e0ac02ba36804cecddb1d352d04589d6afd Mon Sep 17 00:00:00 2001 From: renaud gaudin Date: Mon, 15 Feb 2021 09:42:50 +0000 Subject: [PATCH] time update requires sudo --- .github/workflows/releaseNigthly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releaseNigthly.yml b/.github/workflows/releaseNigthly.yml index 9e2b233..39f60d3 100644 --- a/.github/workflows/releaseNigthly.yml +++ b/.github/workflows/releaseNigthly.yml @@ -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