GitHub Action to install and cache Homebrew packages.
- uses: gerlero/brew-install@v1
with:
packages: python
Required. 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..