We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5fd2d5 commit 71cea85Copy full SHA for 71cea85
.github/workflows/tests.yml
@@ -144,7 +144,7 @@ jobs:
144
macOS)
145
brew install ccache
146
brew tap homebrew/cask-fonts
147
- brew install font-noto-sans-cjk
+ brew install font-noto-sans-cjk gobject-introspection gtk4
148
;;
149
esac
150
azure-pipelines.yml
@@ -117,7 +117,14 @@ stages:
117
118
darwin)
119
brew install --cask xquartz
120
- brew install pkg-config ffmpeg imagemagick mplayer ccache
+ brew install \
121
+ ccache \
122
+ ffmpeg \
123
+ gobject-introspection \
124
+ gtk4 \
125
+ imagemagick \
126
+ mplayer \
127
+ pkg-config
128
129
brew install font-noto-sans-cjk-sc
130
0 commit comments