Install and cache Homebrew packages
ActionsTags
(2)GitHub Action to install and cache Homebrew packages.
- uses: gerlero/brew-install@v1
with:
packages: pythonRequired. A formula or cask name or a whitespace-separated list of formula/cask names to install.
Whether to cache installed packages between runs. Default: true.
The type of the packages to install. Possible values: any, formula, cask. Default: any.
gerlero/apt-install: GitHub Action to install and cache APT packages..
Install and cache Homebrew packages is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.