1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-02-23 09:15:17 +00:00

fix: ubuntu-latest-webkit

This commit is contained in:
Nebel 2020-07-27 20:04:49 +09:00
parent 9565232923
commit a33afbef1b

View file

@ -20,6 +20,8 @@ jobs:
restore-keys: yarn-
- run: yarn
working-directory: ./playwright
- if: matrix.os == 'ubuntu-latest'
run: sudo apt install libgstreamer1.0-0
- run: node main
working-directory: ./playwright
env: