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 e5d5a81 commit 863e16b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ jobs:
sudo add-apt-repository -y ppa:savoury1/ffmpeg6
sudo add-apt-repository -y ppa:savoury1/ffmpeg4
sudo apt update
sudo apt install -y aptitude
sudo apt install -y -f clang curl pkg-config
sudo apt install -y -f libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev
sudo apt install -y -f ffmpeg libavutil-dev libswresample-dev
sudo aptitude -y -f install libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev
sudo aptitude -y -f install ffmpeg libavutil-dev libswresample-dev
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 863e16b

Please sign in to comment.