@@ -139,7 +139,6 @@ jobs:
139
139
ccache \
140
140
cm-super \
141
141
dvipng \
142
- ffmpeg \
143
142
fonts-freefont-otf \
144
143
fonts-noto-cjk \
145
144
fonts-wqy-zenhei \
@@ -174,6 +173,9 @@ jobs:
174
173
texlive-luatex \
175
174
texlive-pictures \
176
175
texlive-xetex
176
+ if [[ "${{ matrix.name-suffix }}" != '(Minimum Versions)' ]]; then
177
+ sudo apt-get install -yy --no-install-recommends ffmpeg poppler-utils
178
+ fi
177
179
if [[ "${{ matrix.os }}" = ubuntu-20.04 ]]; then
178
180
sudo apt-get install -yy --no-install-recommends libopengl0
179
181
else # ubuntu-22.04
@@ -196,8 +198,8 @@ jobs:
196
198
done
197
199
# Workaround for https://github.com/actions/runner-images/issues/10984
198
200
brew uninstall --ignore-dependencies --force pkg-config@0.29.2
199
- brew install ccache ghostscript gobject-introspection gtk4 ninja
200
- brew install --cask font-noto-sans-cjk inkscape
201
+ brew install ccacheffmpeg ghostscript gobject-introspection gtk4 imagemagick ninja
202
+ brew install --cask font-noto-sans-cjkfont-noto-sans-cjk-sc inkscape
201
203
;;
202
204
esac
203
205