mirror of https://github.com/PCSX2/pcsx2.git
GHActions:macos: Install glib
Looks like GHActions changed what things they preinstall
This commit is contained in:
parent
9d6ad0303c
commit
a2e15bbc87
|
@ -99,7 +99,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
# To save time, only brew update if running the install without it fails
|
# To save time, only brew update if running the install without it fails
|
||||||
function do-install() {
|
function do-install() {
|
||||||
brew install sound-touch portaudio wxmac sdl2 libsamplerate
|
brew install sound-touch portaudio wxwidgets sdl2 libsamplerate glib
|
||||||
}
|
}
|
||||||
if ! do-install; then
|
if ! do-install; then
|
||||||
brew update
|
brew update
|
||||||
|
|
Loading…
Reference in New Issue