Skip to content

Commit 25308bb

Browse files
committed
ci: Use new name for WQY-ZenHei package on Circle
1 parent e5f9b4a commit 25308bb

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.circleci/config.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,24 +44,24 @@ commands:
4444
command: |
4545
sudo apt -qq update
4646
sudo apt install -y \
47-
inkscape \
48-
ffmpeg \
47+
cm-super \
4948
dvipng \
49+
ffmpeg \
50+
fonts-crosextra-carlito \
51+
fonts-freefont-otf \
52+
fonts-humor-sans \
53+
fonts-noto-cjk \
54+
fonts-wqy-zenhei \
55+
graphviz \
56+
inkscape \
5057
lmodern \
51-
cm-super \
58+
optipng \
59+
texlive-fonts-recommended \
5260
texlive-latex-base \
5361
texlive-latex-extra \
54-
texlive-fonts-recommended \
5562
texlive-latex-recommended \
5663
texlive-pictures \
57-
texlive-xetex \
58-
ttf-wqy-zenhei \
59-
graphviz \
60-
fonts-crosextra-carlito \
61-
fonts-freefont-otf \
62-
fonts-humor-sans \
63-
fonts-noto-cjk \
64-
optipng
64+
texlive-xetex
6565
6666
fonts-install:
6767
steps:

0 commit comments

Comments
 (0)