mirror of https://github.com/PCSX2/pcsx2.git
GHActions:macos: Remove gtk3 dependency
This commit is contained in:
parent
2245315b60
commit
8f394b5c3f
|
@ -99,7 +99,7 @@ jobs:
|
|||
run: |
|
||||
# To save time, only brew update if running the install without it fails
|
||||
function do-install() {
|
||||
brew install sound-touch portaudio wxmac gtk+3 sdl2 libsamplerate
|
||||
brew install sound-touch portaudio wxmac sdl2 libsamplerate
|
||||
}
|
||||
if ! do-install; then
|
||||
brew update
|
||||
|
|
Loading…
Reference in New Issue