-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
brew install fails on macos-latest runner #457
Comments
@all-contributors please add @jbms for bug, idea. |
I've put up a pull request to add @jbms! 🎉 |
I'm getting brew installation failures on macos-latest for this workflow:
Both setup-graphviz steps are taking 5+ minutes (not sure if that is expected). Not clear to me from the logs what the issue is. |
@dhimmel This problem is not resolved by the default behavior. The - name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1
with:
# Skip to run brew update command on macOS.
macos-skip-brew-update: 'true' # defalt false |
@dhimmel |
@all-contributors please add @dhimmel for question. |
I've put up a pull request to add @dhimmel! 🎉 |
Describe the bug
The brew install command fails on the macos-latest github-hosted runner:
See this log for an example:
https://github.com/jbms/sphinx-immaterial/actions/runs/3820568912/jobs/6499217543
Skipping
brew update
seems to fix the problem.The text was updated successfully, but these errors were encountered: