This commit is contained in:
Claudio Santini 2025-02-01 12:54:42 +01:00
parent 29d540f770
commit ee7c5b25a7

View file

@ -20,7 +20,7 @@ jobs:
- name: check it runs as script - name: check it runs as script
run: audiblez --help run: audiblez --help
- name: install ffmpeg and espeak-ng - name: install ffmpeg and espeak-ng
run: sudo apt-get install ffmpeg espeak-ng run: sudo apt update && sudo apt-get install ffmpeg espeak-ng
- name: download test epub - 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 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 - name: create audiobook