Skip to content
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

HOMEBREW at GitHub Action #150

Open
rcmdnk opened this issue Feb 28, 2023 · 0 comments
Open

HOMEBREW at GitHub Action #150

rcmdnk opened this issue Feb 28, 2023 · 0 comments

Comments

@rcmdnk
Copy link
Owner

rcmdnk commented Feb 28, 2023

[Ubuntu] homebrew will be removed from PATH variable · Issue #6283 · actions/runner-images

Use actions/setup-homebrew at master · Homebrew/actions

By default API is disabled at macOS:

bash-3.2$ env |grep HOMEBREW
HOMEBREW_NO_AUTO_UPDATE=1
HOMEBREW_GITHUB_API_TOKEN=ghs_xxxxxxxxxxxxx
HOMEBREW_NO_INSTALL_FROM_API=1
HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS=3650
HOMEBREW_CASK_OPTS=--no-quarantine

add matrix of HOMEBREW_NO_INSTALL_FROM_API or at least HOMEBREW_NO_INSTALL_FROM_API="" case should be run.

At ubuntu, it is enabled:

runner@fv-az257-298:~/work/homebrew-file/homebrew-file$ env |grep HOMEBREW
HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS=3650
HOMEBREW_NO_AUTO_UPDATE=1
HOMEBREW_GITHUB_API_TOKEN=ghs_xxxxxxxxxxxxx
runner@fv-az257-298:~/work/homebrew-file/homebrew-file$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant