From 3cec3bbd2db2b907f2a4b34ac7bb72eeefa624c3 Mon Sep 17 00:00:00 2001 From: jhqxxx Date: Wed, 15 Oct 2025 23:57:59 +0800 Subject: [PATCH] ci add libavdevice-dev --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6afc0a6..c3de875 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 - + sudo apt-get install -y libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libavfilter-dev libavdevice-dev + - name: Build run: make build