diff --git a/.github/workflows/add_identifiers.yml b/.github/workflows/add_identifiers.yml index c57e72960e..9dc6eca47b 100644 --- a/.github/workflows/add_identifiers.yml +++ b/.github/workflows/add_identifiers.yml @@ -29,6 +29,10 @@ 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 # Create or update identifiers for app - name: Fastlane Provision diff --git a/.github/workflows/build_loop.yml b/.github/workflows/build_loop.yml index 0334baa1ce..3563cc5504 100644 --- a/.github/workflows/build_loop.yml +++ b/.github/workflows/build_loop.yml @@ -252,8 +252,12 @@ jobs: run: find /usr/local/lib/ruby/gems -name table_printer.rb | xargs sed -i "" "/puts(Terminal::Table.new(params))/d" # Install project dependencies - - name: 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 Loop IPA file - name: Fastlane Build & Archive diff --git a/.github/workflows/create_certs.yml b/.github/workflows/create_certs.yml index faa62b32ce..cca2298874 100644 --- a/.github/workflows/create_certs.yml +++ b/.github/workflows/create_certs.yml @@ -29,6 +29,10 @@ 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 # Create or update certificates for app - name: Create Certificates diff --git a/.github/workflows/validate_secrets.yml b/.github/workflows/validate_secrets.yml index 6f3f4c746f..b5e6d9381c 100644 --- a/.github/workflows/validate_secrets.yml +++ b/.github/workflows/validate_secrets.yml @@ -127,6 +127,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: |