Skip to content

Commit

Permalink
Try apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
swaroopch authored Jun 10, 2024
1 parent ce582d4 commit ee0b798
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
steps:

- name: Install Calibre
run: sudo apt install calibre # for `ebook-convert` command
run: |
sudo apt update
sudo apt install calibre # for `ebook-convert` command
# https://github.com/actions/setup-node
- name: Install Node.js
Expand Down

0 comments on commit ee0b798

Please sign in to comment.