From 167c6f06ab9af4f05bdfb76636fa39a387d2aad3 Mon Sep 17 00:00:00 2001 From: drbh Date: Wed, 27 Nov 2024 11:28:30 -0500 Subject: [PATCH] fix: include ffmpeg deps in autodocs workflow --- .github/workflows/autodocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autodocs.yaml b/.github/workflows/autodocs.yaml index 49011c86..cbcc29f5 100644 --- a/.github/workflows/autodocs.yaml +++ b/.github/workflows/autodocs.yaml @@ -20,7 +20,7 @@ jobs: - name: Install Protocol Buffers compiler run: | sudo apt-get update - sudo apt-get install -y protobuf-compiler libprotobuf-dev clang libavcodec-dev libavformat-dev libavutil-dev pkg-config + sudo apt-get install -y protobuf-compiler libprotobuf-dev clang libavcodec-dev libavfilter-dev libavdevice-dev libavformat-dev libavutil-dev pkg-config - name: Install Launcher id: install-launcher