File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1919 - name : Download Japanese fonts
2020 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
2121 - name : Install Japanese fonts
22- run : sudo mkdir -p /usr/share/fonts/opentype; cp NotoSans* /usr/share/fonts/opentype /. && sudo fc-cache -f -v
22+ run : sudo mkdir -p /usr/local/ share/fonts; sudo cp NotoSans* /usr/local/ share/fonts/. && sudo fc-cache -f -v
2323 - name : wget vcpkg
2424 working-directory : ./doxy
2525 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