xdripswift/.github/workflows
bjornoleh d8feb78952 Sync the GitHub runner clock with the Windows time server
Adding a step to workflow jobs that interface Apple servers, as a workaround for build issues caused by runner clocks being out of sync. See https://github.com/actions/runner issue number 2996 for details.

name: Sync clock
run: sudo sntp -sS time.windows.com
Added to the following workflows / jobs:

validate_secrets.yml / validate-fastlane-secrets
add_identifiers.yml / identifiers
build_xdrip.yml / build
create_certs.yml / certificates
2023-12-02 21:11:13 +01:00
..
add_identifiers.yml Sync the GitHub runner clock with the Windows time server 2023-12-02 21:11:13 +01:00
build_xdrip.yml Sync the GitHub runner clock with the Windows time server 2023-12-02 21:11:13 +01:00
create_certs.yml Sync the GitHub runner clock with the Windows time server 2023-12-02 21:11:13 +01:00
validate_secrets.yml Sync the GitHub runner clock with the Windows time server 2023-12-02 21:11:13 +01:00