mirror of
https://github.com/santinic/audiblez.git
synced 2025-08-31 22:09:26 +00:00
fix
This commit is contained in:
parent
9c835448d7
commit
3f6a11692c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/git-clone-and-run.yml
vendored
2
.github/workflows/git-clone-and-run.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue