Skip to content

Commit 0e067df

Browse files
Add webkit deps
1 parent a6d0d9c commit 0e067df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
- uses: actions/setup-node@v1
1515
with:
1616
node-version: '12.x'
17+
- name: Install webkit deps
18+
run: |
19+
sudo apt-get update
20+
sudo apt-get install libgstreamer1.0-0 libbrotli1 libopus0 libwoff1 libgstreamer-plugins-base1.0-0 libgstreamer-gl1.0-0 libgstreamer-plugins-bad1.0-0 libopenjp2-7 libwebpdemux2 libhyphen0 libgles2
1721
- name: Cache node modules
1822
uses: actions/cache@v1
1923
env:

0 commit comments

Comments
 (0)