Skip to content

Commit

Permalink
Find ImageMagick
Browse files Browse the repository at this point in the history
  • Loading branch information
olebole committed Aug 18, 2024
1 parent 31b8c2b commit ff73aa8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
TERM: ansi

steps:
- name: find magick
run: |
find / -name magick\* -print
find / -name convert -print
exit 1
- name: Checkout repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit ff73aa8

Please sign in to comment.