Skip to content

Commit f17b313

Browse files
authored
Merge pull request #85 from matham/matham-patch-1
Use newer ffmpeg due to 18.04 test failures.
2 parents 9d8076c + 59147d9 commit f17b313

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pythonapp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ jobs:
127127
python-version: 3.x
128128
- name: Install
129129
run: |
130+
sudo add-apt-repository ppa:jonathonf/ffmpeg-4 -y
131+
sudo apt update
130132
sudo apt install ffmpeg libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev
131133
sudo apt install libavutil-dev libswscale-dev libswresample-dev libpostproc-dev libsdl2-dev libsdl2-2.0-0
132134
sudo apt install libsdl2-mixer-2.0-0 libsdl2-mixer-dev python3-dev

0 commit comments

Comments
 (0)