diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 687744f..1d010a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: # are also more reliable without the flag. sudo apt-get "${APT_OPTS[@]}" install -y \ ffmpeg \ - libavcodec-dev libavfilter-dev libavformat-dev libavutil-dev libswscale-dev libva-dev \ + libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev libavutil-dev libswscale-dev libva-dev \ libwayland-dev wayland-protocols \ libdrm-dev \ libpipewire-0.3-dev \