Skip to content

Commit a0849c4

Browse files
committed
ci: Add extra dependencies from Azure to GitHub Actions
1 parent 63600ba commit a0849c4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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 [email protected]
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

0 commit comments

Comments
 (0)