Install CJK fonts for PDF rendering

This commit is contained in:
yeasy
2026-03-25 23:05:52 -07:00
parent 6dbae98f8e
commit 092c85ad00
2 changed files with 4 additions and 4 deletions

View File

@@ -17,10 +17,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v6
- name: Install Chromium
- name: Install Chromium and CJK fonts
run: |
sudo apt-get update
sudo apt-get install -y chromium-browser
sudo apt-get install -y chromium-browser fonts-noto-cjk fonts-noto-cjk-extra
- name: Install mdpress (latest)
run: |