From dce3ccbf6acccde2e3ea4e942beacc429b0d22d9 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Mon, 27 Jul 2020 20:20:08 +0900 Subject: [PATCH] fix: ubuntu-latest-webkit --- .github/workflows/playwright-example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright-example.yml b/.github/workflows/playwright-example.yml index d43da0a..a623d5d 100644 --- a/.github/workflows/playwright-example.yml +++ b/.github/workflows/playwright-example.yml @@ -22,7 +22,7 @@ jobs: - run: yarn working-directory: ./playwright - if: matrix.os == 'ubuntu-latest' - run: sudo apt-get install gstreamer1.0-plugins-base + run: sudo apt-get install gstreamer1.0-plugins-base libwoff1 - run: node main working-directory: ./playwright env: