Skip to content

Commit d73d3f9

Browse files
committed
Update workflow with SDL2
1 parent d9e0a62 commit d73d3f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Install pibooth
2929
run: |
30-
sudo apt-get install libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsmpeg-dev libportmidi-dev libsdl1.2-dev
30+
sudo apt-get install libsdl2-* libsmpeg-dev libportmidi-dev
3131
pip install pibooth
3232
3333
- name: Install plugin dependencies

0 commit comments

Comments
 (0)