GHActions:macos: Install glib

Looks like GHActions changed what things they preinstall
This commit is contained in:
TellowKrinkle 2021-12-02 03:09:16 -06:00 committed by lightningterror
parent 9d6ad0303c
commit a2e15bbc87
1 changed files with 1 additions and 1 deletions

View File

@ -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 sdl2 libsamplerate
brew install sound-touch portaudio wxwidgets sdl2 libsamplerate glib
}
if ! do-install; then
brew update