Skip to content

Commit

Permalink
devops: attempt to fix chromium linux bot
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov authored Feb 5, 2020
1 parent 2e0f3e3 commit f114255
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/chromium-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f114255

Please sign in to comment.