Skip to content

Sync the GitHub runner clock with the Windows time server (#99)#1

Merged
mhayduk merged 1 commit intomhayduk:mainfrom
LoopKit:main
Apr 5, 2024
Merged

Sync the GitHub runner clock with the Windows time server (#99)#1
mhayduk merged 1 commit intomhayduk:mainfrom
LoopKit:main

Conversation

@mhayduk
Copy link
Copy Markdown
Owner

@mhayduk mhayduk commented Apr 5, 2024

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_loop.yml / build
create_certs.yml / certificates

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_loop.yml / build
create_certs.yml / certificates
@mhayduk mhayduk merged commit 38a22a2 into mhayduk:main Apr 5, 2024
@mhayduk
Copy link
Copy Markdown
Owner Author

mhayduk commented Apr 5, 2024

Updating latest local build for myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants