ci: add missing libavdevice-dev (ffmpeg-sys-next requires it)
CI / Build + Clippy + Test (pull_request) Successful in 6m49s
CI / Security audit (RUSTSEC) (pull_request) Successful in 1m22s
CI / Build + Clippy + Test (pull_request) Successful in 6m49s
CI / Security audit (RUSTSEC) (pull_request) Successful in 1m22s
CI progressed to cargo build for the first time, revealing that libavdevice.pc was missing. The original yaml never installed libavdevice-dev — this was never caught because CI always failed at actions/checkout before reaching compilation.
This commit is contained in:
@@ -55,7 +55,7 @@ jobs:
|
|||||||
# are also more reliable without the flag.
|
# are also more reliable without the flag.
|
||||||
sudo apt-get "${APT_OPTS[@]}" install -y \
|
sudo apt-get "${APT_OPTS[@]}" install -y \
|
||||||
ffmpeg \
|
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 \
|
libwayland-dev wayland-protocols \
|
||||||
libdrm-dev \
|
libdrm-dev \
|
||||||
libpipewire-0.3-dev \
|
libpipewire-0.3-dev \
|
||||||
|
|||||||
Reference in New Issue
Block a user