-
-
Notifications
You must be signed in to change notification settings - Fork 9.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
workflows: improve setup-homebrew and API usage. #15634
Conversation
a034700
to
72a9fa1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems fine. If you can, after merging Homebrew/actions#393 try rebase/whatever to force a rerun of everything here (not just the failed ones) to make sure it all works, and there's no runtime regressions either.
Good idea 👍🏻 |
72a9fa1
to
ef3cb34
Compare
|
ef3cb34
to
c47468a
Compare
- `HOMEBREW_NO_INSTALL_FROM_API` was passed in a few places unnecessarily - Homebrew/actions#393 will change the default behaviour of setup-homebrew so let's be explicit to speed things up and avoid changes when it's merged
c47468a
to
5121567
Compare
Also now installing bundler gems for some reason. |
Sorry, I missed that before auto-merge. Log link? |
HOMEBREW_NO_INSTALL_FROM_API
was passed in a few places unnecessarily