Skip to content

Commit

Permalink
GHActions:macos: Remove gtk3 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
TellowKrinkle committed Nov 17, 2021
1 parent 2245315 commit 8f394b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-workflow.yml
Expand Up @@ -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
Expand Down

0 comments on commit 8f394b5

Please sign in to comment.