mirror of https://github.com/PCSX2/pcsx2.git
parent
ade09b0630
commit
de3bb1b39d
|
@ -60,7 +60,7 @@ jobs:
|
||||||
PLATFORM: ${{ matrix.platform }}
|
PLATFORM: ${{ matrix.platform }}
|
||||||
run: |
|
run: |
|
||||||
brew install sound-touch portaudio wxmac gtk+3 sdl2 libsamplerate
|
brew install sound-touch portaudio wxmac gtk+3 sdl2 libsamplerate
|
||||||
brew --cask install xquartz # We use its OpenGL headers
|
brew install --cask xquartz # We use its OpenGL headers
|
||||||
|
|
||||||
- name: Generate CMake Files
|
- name: Generate CMake Files
|
||||||
run: cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_BUILD_PO=FALSE -B build .
|
run: cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_BUILD_PO=FALSE -B build .
|
||||||
|
|
Loading…
Reference in New Issue