diff --git a/.github/workflows/add_identifiers.yml b/.github/workflows/add_identifiers.yml index c84dba30aa..f42408a0e2 100644 --- a/.github/workflows/add_identifiers.yml +++ b/.github/workflows/add_identifiers.yml @@ -29,6 +29,10 @@ jobs: - name: Install Project Dependencies run: bundle install + # Sync the GitHub runner clock with the Windows time server (workaround as suggested in https://github.com/actions/runner/issues/2996) + - name: Sync clock + run: sudo sntp -sS time.windows.com + # Create or update identifiers for app - name: Fastlane Provision run: bundle exec fastlane identifiers diff --git a/.github/workflows/build_iAPS.yml b/.github/workflows/build_iAPS.yml index bdb9ba94e6..eed9a86a92 100644 --- a/.github/workflows/build_iAPS.yml +++ b/.github/workflows/build_iAPS.yml @@ -83,7 +83,11 @@ jobs: # Install project dependencies - name: Install project dependencies run: bundle install - + + # Sync the GitHub runner clock with the Windows time server (workaround as suggested in https://github.com/actions/runner/issues/2996) + - name: Sync clock + run: sudo sntp -sS time.windows.com + # Build signed iAPS IPA file - name: Fastlane Build & Archive run: bundle exec fastlane build_iAPS diff --git a/.github/workflows/create_certs.yml b/.github/workflows/create_certs.yml index 67db9a2d91..e1b7a2b7b7 100644 --- a/.github/workflows/create_certs.yml +++ b/.github/workflows/create_certs.yml @@ -30,6 +30,10 @@ jobs: - name: Install Project Dependencies run: bundle install + # Sync the GitHub runner clock with the Windows time server (workaround as suggested in https://github.com/actions/runner/issues/2996) + - name: Sync clock + run: sudo sntp -sS time.windows.com + # Create or update certificates for app - name: Create Certificates run: bundle exec fastlane certs diff --git a/.github/workflows/validate_secrets.yml b/.github/workflows/validate_secrets.yml index 18a11aaf5e..9acc599373 100644 --- a/.github/workflows/validate_secrets.yml +++ b/.github/workflows/validate_secrets.yml @@ -129,6 +129,10 @@ jobs: - name: Install Project Dependencies run: bundle install + # Sync the GitHub runner clock with the Windows time server (workaround as suggested in https://github.com/actions/runner/issues/2996) + - name: Sync clock + run: sudo sntp -sS time.windows.com + - name: Validate Fastlane Secrets run: | # Validate Fastlane Secrets