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

Configure Feed

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

fix: ubuntu-*-webkit

Kohei Watanabe (Jul 27, 2020, 8:46 PM +0900) 4eac8ace 9be45081

+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-dev 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 env: