Skip to content

Commit b56f99b

Browse files
authored
[github actions] install calibre
1 parent e869b06 commit b56f99b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99

1010
steps:
1111

12+
- name: Install Calibre
13+
run: sudo apt install calibre # for `ebook-convert` command
14+
1215
# https://github.com/actions/setup-node
1316
- name: Install Node.js
1417
uses: actions/[email protected]

0 commit comments

Comments
 (0)