mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
fix: ubuntu-latest-webkit
This commit is contained in:
parent
679f725e02
commit
0b3788460a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/playwright-example.yml
vendored
2
.github/workflows/playwright-example.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
- run: yarn
|
||||
working-directory: ./playwright
|
||||
- if: matrix.os == 'ubuntu-latest'
|
||||
run: sudo apt install libgstreamer1.0-0
|
||||
run: sudo apt-get install gstreamer1.0-plugins-base
|
||||
- run: node main
|
||||
working-directory: ./playwright
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue