ghactions:macos: Disable homebrew cleanup

Homebrew periodic cleanup and containers don't mix well, as the "every 30 days" turns into "every time", ends up wasting 1-2m of build time
This commit is contained in:
tellowkrinkle 2021-01-15 04:03:48 -06:00
parent de3bb1b39d
commit 0f685fbb49
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ jobs:
env:
PLATFORM: ${{ matrix.platform }}
run: |
export HOMEBREW_NO_INSTALL_CLEANUP=1
brew install sound-touch portaudio wxmac gtk+3 sdl2 libsamplerate
brew install --cask xquartz # We use its OpenGL headers