Install or upgrade dependencies using Homebrew, a package manager for MacOS.
Homebrew defines the available packages as formulae. Our Step needs the name of the Homebrew formulae you want to use, either specified as a step input, or from a Brewfile in the project's source.
To specify formulae in the step configuration
yes, the Step will call brew reinstall to upgrade them to the latest version.brew install or brew reinstall commands.For the possible options, see Homebrew's documentation.
Alternatively you can install formulae using a Brewfile
Brewfile to the root of the project's source. For the format of the Brewfile, see the Homebrew Bundle documentation