File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,6 @@ jobs:
139139 ccache \
140140 cm-super \
141141 dvipng \
142- ffmpeg \
143142 fonts-freefont-otf \
144143 fonts-noto-cjk \
145144 fonts-wqy-zenhei \
@@ -174,6 +173,9 @@ jobs:
174173 texlive-luatex \
175174 texlive-pictures \
176175 texlive-xetex
176+ if [[ "${{ matrix.name-suffix }}" != '(Minimum Versions)' ]]; then
177+ sudo apt-get install -yy --no-install-recommends ffmpeg poppler-utils
178+ fi
177179 if [[ "${{ matrix.os }}" = ubuntu-20.04 ]]; then
178180 sudo apt-get install -yy --no-install-recommends libopengl0
179181 else # ubuntu-22.04
@@ -196,8 +198,8 @@ jobs:
196198 done
197199 # Workaround for https://github.com/actions/runner-images/issues/10984
198200 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 ccache ffmpeg ghostscript gobject-introspection gtk4 imagemagick ninja
202+ brew install --cask font-noto-sans-cjk font-noto-sans-cjk-sc inkscape
201203 ;;
202204 esac
203205
You can’t perform that action at this time.
0 commit comments