1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00

fix: ubuntu-latest-webkit

This commit is contained in:
Nebel 2020-07-27 20:13:36 +09:00
parent 679f725e02
commit 0b3788460a

View file

@ -21,7 +21,7 @@ jobs:
- run: yarn - run: yarn
working-directory: ./playwright working-directory: ./playwright
- if: matrix.os == 'ubuntu-latest' - if: matrix.os == 'ubuntu-latest'
run: sudo apt install libgstreamer1.0-0 run: sudo apt-get install gstreamer1.0-plugins-base
- run: node main - run: node main
working-directory: ./playwright working-directory: ./playwright
env: env: