Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita0849c4

Browse files
committed
ci: Add extra dependencies from Azure to GitHub Actions
1 parent63600ba commita0849c4

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 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 ccacheffmpegghostscript gobject-introspection gtk4 imagemagick ninja
202+
brew install --cask font-noto-sans-cjkfont-noto-sans-cjk-scinkscape
201203
;;
202204
esac
203205

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp