Uh oh!
There was an error while loading. Please reload this page.
Add cache-homebrew-prefix action - #786
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
d60fb5e to
ebe62caCompareThere was a problem hiding this comment.
Pull request overview
Introduces a new composite GitHub Action to cache the Homebrew prefix, install requested packages via brew install, and save the prefix cache keyed from the installed package versions.
Changes:
- Added a
cache-homebrew-prefixcomposite action implementing restore → install → hash → save workflow. - Added documentation for usage, inputs, outputs, and behavioral notes.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| cache-homebrew-prefix/action.yml | Implements the composite action steps for restoring/saving a Homebrew prefix cache and installing packages. |
| cache-homebrew-prefix/README.md | Documents how to use the new composite action, including inputs/outputs and caveats. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ebe62ca to
1483c11CompareCaches the Homebrew prefix, installs packages via `brew install` and keys the cache from `brew list --versions`.
1483c11 to
ea92a68CompareUh oh!
There was an error while loading. Please reload this page.
Caches the Homebrew prefix, installs packages via
brew installand keys the cache frombrew list --versions.