opencode icon indicating copy to clipboard operation
opencode copied to clipboard

feat: add caching for opencode binary in GitHub Actions

Open sachnun opened this issue 1 month ago • 0 comments

Summary

  • Add caching mechanism for opencode binary in GitHub Actions to speed up workflow runs

Why

  • Currently, every workflow run downloads the opencode binary from scratch
  • With caching, subsequent runs can skip the download if the same version is already cached

Comparison

Scenario Time
Cache miss 1m 34s
Cache hit 24s (~74% faster)

sachnun avatar Dec 11 '25 13:12 sachnun