Cache
Add cache support to the step. If the cache option is enabled for the step it will cache the downloaded installers from the location of brew --cache
=> ~/Library/Caches/Homebrew
by default.
New input
-
cache_enabled
: Homebrew cache is located under:~/Library/Caches/Homebrew
. If the cache is enabled the step adds this path to the$BITRISE_CACHE_INCLUDE_PATHS
env. -
verbose_log
: Enable verbase logging.