File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -42,26 +42,26 @@ commands:
42
42
- run :
43
43
name : Install apt packages
44
44
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 \
49
48
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 \
50
57
lmodern \
51
- cm-super \
58
+ optipng \
59
+ texlive-fonts-recommended \
52
60
texlive-latex-base \
53
61
texlive-latex-extra \
54
- texlive-fonts-recommended \
55
62
texlive-latex-recommended \
56
63
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
65
65
66
66
fonts-install :
67
67
steps :
You can’t perform that action at this time.
0 commit comments