Skip to content

Commit 4ffec9a

Browse files
authored
Update python-publish.yml
1 parent 542565c commit 4ffec9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
pip install setuptools wheel twine
3030
- name: Install pibooth
3131
run: |
32-
sudo apt-get install libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsmpeg-dev libportmidi-dev libsdl1.2-dev
32+
sudo apt-get install libsdl* libsmpeg-dev libportmidi-dev
3333
pip install pibooth
3434
- name: Build and publish
3535
env:

0 commit comments

Comments
 (0)