Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianEddy committed Dec 2, 2023
1 parent 96ea7d8 commit 98f683f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
sudo add-apt-repository -y ppa:savoury1/ffmpeg6
sudo add-apt-repository -y ppa:savoury1/ffmpeg4
sudo apt update
sudo apt 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 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
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 98f683f

Please sign in to comment.