diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3de875..9eb04f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,8 +42,8 @@ jobs: - name: Install FFmpeg dependencies run: | sudo apt-get update - sudo apt-get install -y libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libavfilter-dev libavdevice-dev - + sudo apt-get install -y ffmpeg + - name: Build run: make build