mirror of
https://github.com/actions/runner-images.git
synced 2025-12-29 13:17:53 +08:00
[macos] add workaround for homebrew/core, homebrew/cask (#7866)
it was found that "git clone --depth 1 .." followed by "brew tap.." actually works even if some git index accidently broken
This commit is contained in:
@@ -25,7 +25,6 @@ export DOTNET_ROOT=$HOME/.dotnet
|
||||
export DOTNET_MULTILEVEL_LOOKUP=0
|
||||
|
||||
export HOMEBREW_NO_AUTO_UPDATE=1
|
||||
export HOMEBREW_NO_INSTALL_FROM_API=1
|
||||
export HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS=3650
|
||||
export HOMEBREW_CASK_OPTS="--no-quarantine"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user