mirror of https://github.com/PCSX2/pcsx2.git
ghactions: brew update before installing in macOS
Should fix issues with homebrew's old package provider shutting down
This commit is contained in:
parent
6cc969a89c
commit
1e60161932
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue