File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 1616 with :
1717 repository : matusnovak/doxybook2
1818 path : ./doxy
19+ - name : Download Japanese fonts
20+ run : curl -LO https://github.com/googlefonts/noto-cjk/blob/main/Sans/OTF/Japanese/NotoSansCJKjp-Black.otf && curl -LO https://github.com/googlefonts/noto-cjk/blob/main/Sans/OTF/Japanese/NotoSansCJKjp-Bold.otf && curl -LO https://github.com/googlefonts/noto-cjk/blob/main/Sans/OTF/Japanese/NotoSansCJKjp-DemiLight.otf && curl -LO https://github.com/googlefonts/noto-cjk/blob/main/Sans/OTF/Japanese/NotoSansCJKjp-Light.otf && curl -LO https://github.com/googlefonts/noto-cjk/blob/main/Sans/OTF/Japanese/NotoSansCJKjp-Medium.otf && curl -LO https://github.com/googlefonts/noto-cjk/blob/main/Sans/OTF/Japanese/NotoSansCJKjp-Regular.otf && curl -LO https://github.com/googlefonts/noto-cjk/blob/main/Sans/OTF/Japanese/NotoSansCJKjp-Thin.otf
21+ - name : Install Japanese fonts
22+ run : sudo mkdir -p /usr/share/fonts/opentype; cp NotoSans* /usr/share/fonts/opentype/. && sudo fc-cache -f -v
1923 - name : wget vcpkg
2024 working-directory : ./doxy
2125 run : wget -O vcpkg.tar.gz https://github.com/microsoft/vcpkg/archive/master.tar.gz
You can’t perform that action at this time.
0 commit comments