brew install will cause a brew upgrade on any installed package that is out of date, and one of these is failing.
Avoiding calling brew update when running as a GitHub Action and assuming the OS image is already up to date "enough" avoids the brew upgrade of those already installed packages
brew install
will cause abrew upgrade
on any installed package that is out of date, and one of these is failing.Avoiding calling
brew update
when running as a GitHub Action and assuming the OS image is already up to date "enough" avoids thebrew upgrade
of those already installed packages