Skip to content

Commit

Permalink
Update check-and-ebook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
entorb committed May 17, 2024
1 parent 78e15a6 commit fd22bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-and-ebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ jobs:
version: 1.0
# execute_install_scripts: true

- name: Manually install ImageMagick
- name: Install ImageMagick to fix caching issue
# since cache does not properly work / "convert" not found
run: |
apt-get install imagemagick
sudo apt-get install imagemagick
- name: Print versions
run: |
Expand Down

0 comments on commit fd22bef

Please sign in to comment.