プレイグラウンド、サンドボックス、使い捨てスクリプト置き場
0

Configure Feed

Select the types of activity you want to include in your feed.

Revert "fix: ubuntu-*-webkit (using libwpewebkit-1.0-3)"

This reverts commit 4623a9a329222b1d7098a0fca7d5a2a22b34e7ab.

Kohei Watanabe (Jul 27, 2020, 9:14 PM +0900) 7d42eee1 4623a9a3

+1 -1
+1 -1
.github/workflows/playwright-example.yml
··· 22 22 - run: yarn 23 23 working-directory: ./playwright 24 24 - if: startsWith(matrix.os, 'ubuntu-') 25 - run: sudo apt-get install libwpewebkit-1.0-3 libgstreamer-plugins-bad1.0-0 25 + run: sudo apt-get install libwpewebkit-1.0-dev libgstreamer-plugins-bad1.0-0 26 26 - run: node main 27 27 working-directory: ./playwright 28 28 - if: success() || failure()