Skip to content

Commit

Permalink
Update workflow with SDL2
Browse files Browse the repository at this point in the history
  • Loading branch information
anxuae committed Jul 29, 2021
1 parent d9e0a62 commit d73d3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install pibooth
run: |
sudo apt-get install libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsmpeg-dev libportmidi-dev libsdl1.2-dev
sudo apt-get install libsdl2-* libsmpeg-dev libportmidi-dev
pip install pibooth
- name: Install plugin dependencies
Expand Down

0 comments on commit d73d3f9

Please sign in to comment.