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

Configure Feed

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

fix: ubuntu-latest-webkit

Kohei Watanabe (Jul 27, 2020, 8:13 PM +0900) 0b378846 679f725e

+1 -1
+1 -1
.github/workflows/playwright-example.yml
··· 21 21 - run: yarn 22 22 working-directory: ./playwright 23 23 - if: matrix.os == 'ubuntu-latest' 24 - run: sudo apt install libgstreamer1.0-0 24 + run: sudo apt-get install gstreamer1.0-plugins-base 25 25 - run: node main 26 26 working-directory: ./playwright 27 27 env: