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

fix: ubuntu-*-webkit

This commit is contained in:
Nebel 2020-07-27 20:33:17 +09:00
parent f8d98a6a22
commit 9be4508186

View file

@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
os: [windows-latest, macos-latest, ubuntu-20.04]
fail-fast: false
steps:
- uses: actions/checkout@v2
@ -21,7 +21,7 @@ jobs:
restore-keys: yarn-
- run: yarn
working-directory: ./playwright
- if: matrix.os == 'ubuntu-latest'
- if: startsWith(matrix.os, 'ubuntu-')
run: sudo apt-get install libwpewebkit-1.0-dev
- run: node main
working-directory: ./playwright