Homebrew, by default, will check for updates at the start of any operation, meaning the step execution can take some extra time to complete.
It is best practise to leave Homebrew to automatically update, but if build speed, or bugs introduced by new updates, are of a concern, this can be disabled.
To disable this feature, add the following line to your config.yml before calling Homebrew:
- run: echo "HOMEBREW_NO_AUTO_UPDATE=1" >> $BASH_ENV
Comments
Article is closed for comments.