ci(config): add missing apt-get update

This commit is contained in:
George Lima 2019-01-25 17:06:54 -03:00
parent 7080171a1f
commit 2e6b34f606
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ jobs:
- image: electronuserland/builder:wine-chrome
steps:
- checkout
- run: apt-get -y update
- run: apt install software-properties-common
- run: add-apt-repository ppa:jonathonf/ffmpeg-4
- run: apt-get -y update