Commit 2c45974
committed
feat: add cross-run binary caching to speed up repeated workflow runs
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.1 parent d63f51c commit 2c45974
7 files changed
Lines changed: 78433 additions & 29571 deletions
File tree
- dist
- src
- __tests__
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Large diffs are not rendered by default.
0 commit comments