Skip to content

feat: add cross-run binary caching to speed up repeated workflow runs#1

Merged
bordumb merged 1 commit intomainfrom
dev-launchPolish
Mar 9, 2026
Merged

feat: add cross-run binary caching to speed up repeated workflow runs#1
bordumb merged 1 commit intomainfrom
dev-launchPolish

Conversation

@bordumb
Copy link
Contributor

@bordumb bordumb commented Mar 9, 2026

Use @actions/cache to persist the downloaded auths binary across workflow runs. On GitHub-hosted runners each run gets a fresh VM, so without this the binary is re-downloaded every time. Cache key is derived from the download URL hash, so version changes automatically invalidate the cache. Only pinned versions are cached; "latest" always re-downloads.

Use @actions/cache to persist the downloaded auths binary across workflow
runs. On GitHub-hosted runners each run gets a fresh VM, so without this
the binary is re-downloaded every time. Cache key is derived from the
download URL hash, so version changes automatically invalidate the cache.
Only pinned versions are cached; "latest" always re-downloads.
@bordumb bordumb self-assigned this Mar 9, 2026
@bordumb bordumb merged commit ab7453e into main Mar 9, 2026
1 check passed
@bordumb bordumb deleted the dev-launchPolish branch March 9, 2026 18:53
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.

1 participant