8000
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 d9601b2 commit 8eb9f56Copy full SHA for 8eb9f56
.github/workflows/tests.yml
@@ -166,6 +166,7 @@ jobs:
166
lmodern \
167
ninja-build \
168
pkg-config \
169
+ poppler-utils \
170
qtbase5-dev \
171
texlive-fonts-recommended \
172
texlive-latex-base \
@@ -201,8 +202,8 @@ jobs:
201
202
done
203
# Workaround for https://github.com/actions/runner-images/issues/10984
204
brew uninstall --ignore-dependencies --force pkg-config@0.29.2
- brew install ccache ghostscript gobject-introspection gtk4 ninja
205
- brew install --cask font-noto-sans-cjk inkscape
+ brew install ccache ffmpeg ghostscript gobject-introspection gtk4 imagemagick ninja
206
+ brew install --cask font-noto-sans-cjk font-noto-sans-cjk-sc inkscape xquartz
207
;;
208
esac
209
0 commit comments