mirror of
https://github.com/santinic/audiblez.git
synced 2025-08-31 22:09:26 +00:00
wx dep
This commit is contained in:
parent
c47a78b0a2
commit
bca240e726
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
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: check it runs as script
|
||||
run: poetry run audiblez --help
|
||||
- name: install ffmpeg and espeak-ng
|
||||
run: sudo apt-get update && sudo apt-get install ffmpeg espeak-ng --fix-missing
|
||||
run: sudo apt-get update && sudo apt-get install ffmpeg espeak-ng python-wxgtk3.0-dev --fix-missing
|
||||
- name: download test epub
|
||||
run: wget https://github.com/daisy/epub-accessibility-tests/releases/download/fundamental-2.0/Fundamental-Accessibility-Tests-Basic-Functionality-v2.0.0.epub
|
||||
- name: create audiobook
|
||||
|
|
Loading…
Add table
Reference in a new issue