fix(ffmpeg): install ffmpeg on CI workflow (#3635)

This commit is contained in:
Amir Gonnen
2022-08-29 15:09:44 +03:00
committed by GitHub
parent 3b7e13b7b3
commit ddcbb4335b
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ jobs:
run: |
sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu `lsb_release -sc` main universe restricted multiverse"
sudo apt-get update -y -qq
sudo apt-get install libsdl2-dev parallel libfreetype-dev librlottie-dev
sudo apt-get install libsdl2-dev parallel libfreetype-dev librlottie-dev libavformat-dev libavcodec-dev libswscale-dev libavutil-dev
- name: Clone lv_micropython
run: |
git clone https://github.com/lvgl/lv_micropython.git .