diff options
| author | xy2_ <hugo@xy2.dev> | 2023-03-30 18:12:48 +0200 | 
|---|---|---|
| committer | xy2_ <hugo@xy2.dev> | 2023-03-30 18:14:34 +0200 | 
| commit | 4ca709d55bb619e8a20e5aaa197c58ffe3fd81b6 (patch) | |
| tree | 3bc92bf67b0525a14cca8c3a7f49a7c660fb4686 | |
| parent | 3c860f671e316e919602fc92bc88490c4b4c2205 (diff) | |
playwright: add cjk fonts
By default CJK fonts are not installed on the Ubuntu image,
| -rw-r--r-- | .github/workflows/playwright.yml | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 5ec1a455..1ffce548 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -13,7 +13,9 @@ jobs:        - uses: actions/checkout@v3        - name: Install CJK fonts -        run: sudo apt install -y noto-fonts-cjk +        uses: awalsh128/cache-apt-pkgs-action@1850ee53f6e706525805321a3f2f863dcf73c962 +        with: +          packages: fonts-noto-cjk        - uses: actions/setup-node@v3          with: |