diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-04-02 12:34:56 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-02 12:34:56 +0900 |
commit | ddbbc76a8859d520ce1719e92a739b991e5b8854 (patch) | |
tree | 3bc92bf67b0525a14cca8c3a7f49a7c660fb4686 /.github | |
parent | 46dd7a261d23a1f8f124a3a459be1ed3e3bec1ff (diff) | |
parent | 4ca709d55bb619e8a20e5aaa197c58ffe3fd81b6 (diff) |
Merge pull request #110 from xy2iii/cjk
playwright: install Japanese font in Ubuntu image
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/playwright.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 409d73a6..1ffce548 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -12,6 +12,11 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Install CJK fonts + uses: awalsh128/cache-apt-pkgs-action@1850ee53f6e706525805321a3f2f863dcf73c962 + with: + packages: fonts-noto-cjk + - uses: actions/setup-node@v3 with: cache: "npm" |