mirror of https://github.com/PCSX2/pcsx2.git
ghactions:macOS: Use brew --cask
brew cask was deprecated and later disabled, breaking our builds
This commit is contained in:
parent
9f12d3a380
commit
23d436237c
|
@ -60,7 +60,7 @@ jobs:
|
|||
PLATFORM: ${{ matrix.platform }}
|
||||
run: |
|
||||
brew install sound-touch portaudio wxmac gtk+3 sdl2 libsamplerate
|
||||
brew cask install xquartz # We use its OpenGL headers
|
||||
brew --cask install xquartz # We use its OpenGL headers
|
||||
|
||||
- name: Generate CMake Files
|
||||
run: cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_BUILD_PO=FALSE -B build .
|
||||
|
|
Loading…
Reference in New Issue