[PR #5384] feat: add caching for opencode binary in GitHub Actions #11374

Closed
opened 2026-02-16 18:16:12 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/5384

State: closed
Merged: Yes


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)
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/5384 **State:** closed **Merged:** Yes --- ## 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) |
yindo added the pull-request label 2026-02-16 18:16:12 -05:00
yindo closed this issue 2026-02-16 18:16:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11374