We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f9b4a commit 25308bbCopy full SHA for 25308bb
1 file changed
.circleci/config.yml
@@ -44,24 +44,24 @@ commands:
44
command: |
45
sudo apt -qq update
46
sudo apt install -y \
47
- inkscape \
48
- ffmpeg \
+ cm-super \
49
dvipng \
+ 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 \
57
lmodern \
- cm-super \
58
+ optipng \
59
+ texlive-fonts-recommended \
60
texlive-latex-base \
61
texlive-latex-extra \
- texlive-fonts-recommended \
62
texlive-latex-recommended \
63
texlive-pictures \
- texlive-xetex \
- ttf-wqy-zenhei \
- graphviz \
- fonts-crosextra-carlito \
- fonts-freefont-otf \
- fonts-humor-sans \
- fonts-noto-cjk \
64
- optipng
+ texlive-xetex
65
66
fonts-install:
67
steps:
0 commit comments