diff options
| author | Darius Jahandarie <djahandarie@gmail.com> | 2023-04-03 13:02:41 +0900 | 
|---|---|---|
| committer | Darius Jahandarie <djahandarie@gmail.com> | 2023-04-03 13:03:38 +0900 | 
| commit | a3750bb1e1dc8cff877c0c8f6c7cdeb6ab81794f (patch) | |
| tree | 24a1c47d0113fce695242c6832d45150f12f947f | |
| parent | 81edc07d1ef06a89d5b6e99cf91f2b5e28578869 (diff) | |
playwright: try to make sure font installs properly
| -rw-r--r-- | .github/workflows/playwright.yml | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 1ffce548..690e76d4 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -13,9 +13,10 @@ jobs:        - uses: actions/checkout@v3        - name: Install CJK fonts -        uses: awalsh128/cache-apt-pkgs-action@1850ee53f6e706525805321a3f2f863dcf73c962 +        uses: awalsh128/cache-apt-pkgs-action@1850ee53f6e706525805321a3f2f863dcf73c962 # v1.3.0          with:            packages: fonts-noto-cjk +          execute_install_scripts: true        - uses: actions/setup-node@v3          with: |