This commit is contained in:
Claudio Santini 2025-02-09 21:59:13 +01:00
parent 9c835448d7
commit 3f6a11692c

View file

@ -11,7 +11,7 @@ jobs:
python-version: '3.11'
- uses: actions/checkout@v3
- name: install ffmpeg, espeak-ng, wxgtk
run: sudo apt-get update && sudo apt-get install ffmpeg espeak-ng python-wxgtk3.0 --fix-missing
run: sudo apt-get update && sudo apt-get install ffmpeg espeak-ng libgtk-3-dev --fix-missing
- name: Install dependencies
run: pip install poetry && poetry install
- name: check it runs as script