Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7ce108e

Browse files
committed
TST: install zenhei font on azure linux and osx
1 parent 827d86b commit 7ce108e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,12 @@ steps:
7575
texlive-latex-base \
7676
texlive-latex-extra \
7777
texlive-latex-recommended \
78-
texlive-xetex texlive-luatex
78+
texlive-xetex texlive-luatex \
79+
ttf-wqy-zenhei
7980
;;
8081
darwin)
8182
brew install --cask xquartz
82-
brew install pkg-config ffmpeg imagemagick mplayer ccache
83+
brew install pkg-config ffmpeg imagemagick mplayer ccache wqy-zenhei
8384
;;
8485
win32)
8586
;;

0 commit comments

Comments
 (0)