File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -42,26 +42,26 @@ commands:
4242 - run :
4343 name : Install apt packages
4444 command : |
45- sudo apt -qq update
46- sudo apt install -y \
47- inkscape \
48- ffmpeg \
45+ sudo apt-get -qq update
46+ sudo apt-get install -yy --no-install-recommends \
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 :
You can’t perform that action at this time.
0 commit comments