Skip to content

Commit

Permalink
wx dep
Browse files Browse the repository at this point in the history
  • Loading branch information
santinic committed Feb 9, 2025
1 parent c47a78b commit bca240e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/git-clone-and-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bca240e

Please sign in to comment.