Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 26578ca

Browse files
committed
ci: Install GTK4 from brew on macOS
We try to install PyGObject everywhere, but this doesn't work because GTK itself is not available from PyPI.
1 parent e5fd2d5 commit 26578ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
macOS)
145145
brew install ccache
146146
brew tap homebrew/cask-fonts
147-
brew install font-noto-sans-cjk
147+
brew install font-noto-sans-cjk gtk4
148148
;;
149149
esac
150150

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ stages:
117117
;;
118118
darwin)
119119
brew install --cask xquartz
120-
brew install pkg-config ffmpeg imagemagick mplayer ccache
120+
brew install pkg-config ffmpeg gtk4 imagemagick mplayer ccache
121121
brew tap homebrew/cask-fonts
122122
brew install font-noto-sans-cjk-sc
123123
;;

0 commit comments

Comments
 (0)