Skip to content

Commit

Permalink
Try apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
swaroopch committed Jun 10, 2024
1 parent 2c3a52b commit 603a36d
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 603a36d

Please sign in to comment.