mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
fix: ubuntu-*-webkit (using libwpewebkit-1.0-3)
This commit is contained in:
parent
6a9cf78fa5
commit
4623a9a329
1 changed files with 1 additions and 1 deletions
2
.github/workflows/playwright-example.yml
vendored
2
.github/workflows/playwright-example.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
- run: yarn
|
||||
working-directory: ./playwright
|
||||
- if: startsWith(matrix.os, 'ubuntu-')
|
||||
run: sudo apt-get install libwpewebkit-1.0-dev libgstreamer-plugins-bad1.0-0
|
||||
run: sudo apt-get install libwpewebkit-1.0-3 libgstreamer-plugins-bad1.0-0
|
||||
- run: node main
|
||||
working-directory: ./playwright
|
||||
- if: success() || failure()
|
||||
|
|
Loading…
Add table
Reference in a new issue