fix(chromium): install libgbm

This commit is contained in:
Joel Einbinder 2020-01-30 15:39:36 -08:00
parent 83b5d893ae
commit 7c4bb59204
3 changed files with 5 additions and 0 deletions

View file

@ -25,6 +25,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: install required packages
run: |
sudo apt-get install libgbm1
sudo apt-get install xvfb
- name: npm install, build, and test

View file

@ -18,6 +18,9 @@ addons:
- libevent-2.1-6
- libnotify4
- libxslt1.1
# This is required to run chromium
- libgbm1
# this is needed for running headful tests
- xvfb
notifications:
email: false

View file

@ -81,6 +81,7 @@ libnss3
lsb-release
xdg-utils
wget
libgbm1
```
</details>