1
1
mirror of https://github.com/foxsen/archbase.git synced 2026-04-05 11:49:32 +08:00

fix: add used Chinese fonts(Noto CJK), otherwise gdtools will fail

to correctly compute table widths
This commit is contained in:
Zhang Fuxin
2021-10-30 20:30:38 +08:00
parent 8f940e608a
commit f1a316393c

View File

@@ -20,6 +20,8 @@ jobs:
- uses: r-lib/actions/setup-renv@v1
with:
cache-version: 1
- name: Install Noto CJK fonts
run: sudo apt-get install -y fonts-noto-cjk
- name: Render Book
run: make
- uses: actions/upload-artifact@v1