Skip to content

GitHub Action to install and cache Homebrew packages

License

Notifications You must be signed in to change notification settings

gerlero/brew-install

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

brew-install

CI Release

GitHub Action to install and cache Homebrew packages.

Usage

- uses: gerlero/brew-install@v1
  with:
    packages: python

Inputs

packages

Required. A formula or cask name or a whitespace-separated list of formula/cask names to install.

cache

Whether to cache installed packages between runs. Default: true.

type

The type of the packages to install. Possible values: any, formula, cask. Default: any.

Related actions