Skip to content

Commit aaf02dc

Browse files
authored
Merge pull request #73 from lealem47/jap-fonts
Install NotoSans Japanese fonts in github actions
2 parents 672dcbe + 798bcb5 commit aaf02dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
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

0 commit comments

Comments
 (0)