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:
parent
9565232923
commit
a33afbef1b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/playwright-example.yml
vendored
2
.github/workflows/playwright-example.yml
vendored
|
@ -20,6 +20,8 @@ jobs:
|
||||||
restore-keys: yarn-
|
restore-keys: yarn-
|
||||||
- run: yarn
|
- run: yarn
|
||||||
working-directory: ./playwright
|
working-directory: ./playwright
|
||||||
|
- if: matrix.os == 'ubuntu-latest'
|
||||||
|
run: sudo apt install libgstreamer1.0-0
|
||||||
- run: node main
|
- run: node main
|
||||||
working-directory: ./playwright
|
working-directory: ./playwright
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Reference in a new issue