プレイグラウンド、サンドボックス、使い捨てスクリプト置き場
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:04 PM +0900) a33afbef 95652329

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