diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/playwright.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 409d73a6..5ec1a455 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -12,6 +12,9 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Install CJK fonts + run: sudo apt install -y noto-fonts-cjk + - uses: actions/setup-node@v3 with: cache: "npm" |