File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,9 @@ jobs:
102
102
cm-super \
103
103
dvipng \
104
104
ffmpeg \
105
+ fonts-freefont-otf \
105
106
fonts-noto-cjk \
107
+ fonts-wqy-zenhei \
106
108
gdb \
107
109
gir1.2-gtk-3.0 \
108
110
graphviz \
@@ -123,17 +125,15 @@ jobs:
123
125
libxcb-render-util0 \
124
126
libxcb-xinerama0 \
125
127
lmodern \
126
- fonts-freefont-otf \
127
- texlive-pictures \
128
128
pkg-config \
129
129
qtbase5-dev \
130
130
texlive-fonts-recommended \
131
131
texlive-latex-base \
132
132
texlive-latex-extra \
133
133
texlive-latex-recommended \
134
134
texlive-luatex \
135
- texlive-xetex \
136
- ttf-wqy-zenhei
135
+ texlive-pictures \
136
+ texlive-xetex
137
137
if [[ "${{ matrix.os }}" = ubuntu-20.04 ]]; then
138
138
sudo apt-get install -yy libopengl0
139
139
else # ubuntu-22.04
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ stages:
97
97
dvipng \
98
98
ffmpeg \
99
99
fonts-noto-cjk \
100
+ fonts-wqy-zenhei \
100
101
gdb \
101
102
gir1.2-gtk-3.0 \
102
103
graphviz \
@@ -111,8 +112,8 @@ stages:
111
112
texlive-latex-base \
112
113
texlive-latex-extra \
113
114
texlive-latex-recommended \
114
- texlive-xetex texlive- luatex \
115
- ttf-wqy-zenhei
115
+ texlive-luatex \
116
+ texlive-xetex
116
117
;;
117
118
darwin)
118
119
brew install --cask xquartz
You can’t perform that action at this time.
0 commit comments