brew fails to install a package when a dependency is already installed #6379
Unanswered
ReenigneArcher
asked this question in
Tap maintenance and brew development
Replies: 1 comment
-
I guess this is likely a github runner image issue: actions/runner-images#12912 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
Failing to install package due to a dependency (cmake) already being installed on GitHub hosted runner (macOS runners).
This problem started in the last 1-2 days. I was not able to track down which commit is causing the issue. Ideally installing a package shouldn't fail when a dependency is already installed. It would not be ideal to uninstall everything provided in GitHub hosted runners, just to re-install them, as that would be time consuming and not add any value.
Beta Was this translation helpful? Give feedback.
All reactions