ghactions: brew update before installing in macOS

Should fix issues with homebrew's old package provider shutting down
This commit is contained in:
tellowkrinkle 2021-04-12 15:04:05 -05:00 committed by GitHub
parent 6cc969a89c
commit 1e60161932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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