Skip to content

Commit 1ad3a01

Browse files
authored
Merge pull request #182 from yumechi/claude/fix-japanese-ci-rendering-3Q2YW
2 parents 70cb6a4 + 100e83f commit 1ad3a01

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/blog-analytics.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
- name: Set up Python
2727
run: uv python install 3.13
2828

29+
- name: Install Japanese fonts
30+
run: |
31+
sudo apt-get update
32+
sudo apt-get install -y --no-install-recommends fonts-noto-cjk
33+
2934
- name: Install dependencies
3035
working-directory: tools/blog-analytics
3136
run: uv sync

0 commit comments

Comments
 (0)