From a3750bb1e1dc8cff877c0c8f6c7cdeb6ab81794f Mon Sep 17 00:00:00 2001 From: Darius Jahandarie Date: Mon, 3 Apr 2023 13:02:41 +0900 Subject: playwright: try to make sure font installs properly --- .github/workflows/playwright.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows/playwright.yml') 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: -- cgit v1.2.3