main 0.0.3
Dídac Sabatés 2022-06-13 20:14:53 +02:00
parent 2fd0c42804
commit d1098af60f
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ jobs:
pip install setuptools wheel twine pip install setuptools wheel twine
- name: Install pibooth - name: Install pibooth
run: | run: |
sudo apt-get update
sudo apt-get install libsdl* libsmpeg-dev libportmidi-dev sudo apt-get install libsdl* libsmpeg-dev libportmidi-dev
pip install pibooth pip install pibooth
- name: Install telegram client - name: Install telegram client