ci(config): install ffmpeg

This commit is contained in:
George Lima 2019-01-24 18:37:54 -03:00
parent a9ab2e3984
commit cabb2b9c94
1 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ jobs:
- checkout
- run: apt-get -y update
- run: apt-get -y install libusb-1.0-0-dev graphicsmagick libudev-dev
- run: apt-get -y install libxtst6 libxss1 libgtk2.0-0 libnss3 libasound2 libgconf-2-4
- run: apt-get -y install libxtst6 libxss1 libgtk2.0-0 libnss3 libasound2 libgconf-2-4 ffmpeg frei0r-plugins
# TODO: Just a quick try
- run: rm yarn.lock
- run: yarn install