Skip to content

Commit

Permalink
Merge pull request #85 from matham/matham-patch-1
Browse files Browse the repository at this point in the history
Use newer ffmpeg due to 18.04 test failures.
  • Loading branch information
matham authored Feb 26, 2020
2 parents 9d8076c + 59147d9 commit f17b313
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ jobs:
python-version: 3.x
- name: Install
run: |
sudo add-apt-repository ppa:jonathonf/ffmpeg-4 -y
sudo apt update
sudo apt install ffmpeg libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev
sudo apt install libavutil-dev libswscale-dev libswresample-dev libpostproc-dev libsdl2-dev libsdl2-2.0-0
sudo apt install libsdl2-mixer-2.0-0 libsdl2-mixer-dev python3-dev
Expand Down

0 comments on commit f17b313

Please sign in to comment.