Skip to content

Commit ee0b798

Browse files
authored
Try apt update
1 parent ce582d4 commit ee0b798

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
steps:
1818

1919
- name: Install Calibre
20-
run: sudo apt install calibre # for `ebook-convert` command
20+
run: |
21+
sudo apt update
22+
sudo apt install calibre # for `ebook-convert` command
2123
2224
# https://github.com/actions/setup-node
2325
- name: Install Node.js

0 commit comments

Comments
 (0)