From 39fac7ecd420c3a2f130c33e6ca0ac79995ba691 Mon Sep 17 00:00:00 2001 From: drbh Date: Tue, 26 Nov 2024 14:04:27 -0500 Subject: [PATCH] fix: include more deps for ffmpeg as docs suggest --- .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 5902a13f..49011c86 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 libavutil-dev pkg-config + sudo apt-get install -y protobuf-compiler libprotobuf-dev clang libavcodec-dev libavformat-dev libavutil-dev pkg-config - name: Install Launcher id: install-launcher