1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 22:08:02 +00:00

Revert "fix: ubuntu-*-webkit (using libwpewebkit-1.0-3)"

This reverts commit 4623a9a329.
This commit is contained in:
Nebel 2020-07-27 21:14:53 +09:00
parent 4623a9a329
commit 7d42eee177

View file

@ -22,7 +22,7 @@ jobs:
- run: yarn - run: yarn
working-directory: ./playwright working-directory: ./playwright
- if: startsWith(matrix.os, 'ubuntu-') - if: startsWith(matrix.os, 'ubuntu-')
run: sudo apt-get install libwpewebkit-1.0-3 libgstreamer-plugins-bad1.0-0 run: sudo apt-get install libwpewebkit-1.0-dev libgstreamer-plugins-bad1.0-0
- run: node main - run: node main
working-directory: ./playwright working-directory: ./playwright
- if: success() || failure() - if: success() || failure()