File tree Expand file tree Collapse file tree 1 file changed +1
-33
lines changed Expand file tree Collapse file tree 1 file changed +1
-33
lines changed Original file line number Diff line number Diff line change 25
25
sudo apt-get update -yy
26
26
sudo apt-get install -yy \
27
27
ccache \
28
- cm-super \
29
- dvipng \
30
- ffmpeg \
31
- fonts-noto-cjk \
32
- gdb \
33
- gir1.2-gtk-3.0 \
34
- graphviz \
35
28
inkscape \
36
- lcov \
37
- libcairo2 \
38
- libcairo2-dev \
39
- libffi-dev \
40
- libgeos-dev \
41
- libgirepository1.0-dev \
42
- libsdl2-2.0-0 \
43
- libxkbcommon-x11-0 \
44
- libxcb-icccm4 \
45
- libxcb-image0 \
46
- libxcb-keysyms1 \
47
- libxcb-randr0 \
48
- libxcb-render-util0 \
49
- libxcb-xinerama0 \
50
- lmodern \
51
- fonts-freefont-otf \
52
- texlive-pictures \
53
- pkg-config \
54
- qtbase5-dev \
55
- texlive-fonts-recommended \
56
- texlive-latex-base \
57
- texlive-latex-extra \
58
- texlive-latex-recommended \
59
- texlive-luatex \
60
- texlive-xetex \
61
- ttf-wqy-zenhei
29
+ ghostscript
62
30
if [[ "${{ matrix.os }}" = ubuntu-20.04 ]]; then
63
31
sudo apt install -yy libopengl0
64
32
fi
You can’t perform that action at this time.
0 commit comments