From 46762eb9679533ce42bf3c4a19e399123132e3b4 Mon Sep 17 00:00:00 2001 From: AdrianEddy Date: Sat, 2 Dec 2023 20:41:00 +0100 Subject: [PATCH] Fix CI --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f04f704..d462e04 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,7 +58,7 @@ jobs: sudo add-apt-repository -y ppa:savoury1/ffmpeg4 sudo apt update sudo apt install -y aptitude - sudo aptitude install -y --no-install-recommends clang curl pkg-config ffmpeg libavutil-dev libavcodec-dev libavformat-dev libavfilter-dev libavfilter-dev libavdevice-dev libswresample-dev + sudo aptitude install -y clang curl pkg-config ffmpeg libavutil-dev libavcodec-dev libavformat-dev libavfilter-dev libavfilter-dev libavdevice-dev libswresample-dev - name: Set up Rust uses: actions-rs/toolchain@v1 with: