devops: attempt to fix chromium linux bot

This commit is contained in:
Andrey Lushnikov 2020-02-05 11:58:16 -08:00 committed by GitHub
parent 2e0f3e3e01
commit f114255a3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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