Skip to content

Commit 01b1f7d

Browse files
committed
ci: Use new name for WQY-ZenHei font package
1 parent 5d5700a commit 01b1f7d

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ jobs:
102102
cm-super \
103103
dvipng \
104104
ffmpeg \
105+
fonts-freefont-otf \
105106
fonts-noto-cjk \
107+
fonts-wqy-zenhei \
106108
gdb \
107109
gir1.2-gtk-3.0 \
108110
graphviz \
@@ -123,17 +125,15 @@ jobs:
123125
libxcb-render-util0 \
124126
libxcb-xinerama0 \
125127
lmodern \
126-
fonts-freefont-otf \
127-
texlive-pictures \
128128
pkg-config \
129129
qtbase5-dev \
130130
texlive-fonts-recommended \
131131
texlive-latex-base \
132132
texlive-latex-extra \
133133
texlive-latex-recommended \
134134
texlive-luatex \
135-
texlive-xetex \
136-
ttf-wqy-zenhei
135+
texlive-pictures \
136+
texlive-xetex
137137
if [[ "${{ matrix.os }}" = ubuntu-20.04 ]]; then
138138
sudo apt-get install -yy libopengl0
139139
else # ubuntu-22.04

azure-pipelines.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ stages:
9797
dvipng \
9898
ffmpeg \
9999
fonts-noto-cjk \
100+
fonts-wqy-zenhei \
100101
gdb \
101102
gir1.2-gtk-3.0 \
102103
graphviz \
@@ -111,8 +112,8 @@ stages:
111112
texlive-latex-base \
112113
texlive-latex-extra \
113114
texlive-latex-recommended \
114-
texlive-xetex texlive-luatex \
115-
ttf-wqy-zenhei
115+
texlive-luatex \
116+
texlive-xetex
116117
;;
117118
darwin)
118119
brew install --cask xquartz

0 commit comments

Comments
 (0)