GHActions:macos: Remove gtk3 dependency

This commit is contained in:
TellowKrinkle 2021-10-22 21:03:31 -05:00 committed by tellowkrinkle
parent 2245315b60
commit 8f394b5c3f
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 gtk+3 sdl2 libsamplerate
brew install sound-touch portaudio wxmac sdl2 libsamplerate
}
if ! do-install; then
brew update