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 1c4ae22 commit fb47ef3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/check-and-ebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,12 @@ jobs:
with:
packages: texlive-extra-utils pandoc calibre imagemagick ghostscript
version: 1.0
execute_install_scripts: true
# execute_install_scripts: true

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

0 comments on commit fb47ef3

Please sign in to comment.