From ff73aa8d419ce191971744caac74d1f5dfefd4ae Mon Sep 17 00:00:00 2001 From: Ole Streicher Date: Sun, 18 Aug 2024 21:33:21 +0200 Subject: [PATCH] Find ImageMagick --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29e7d89..c72666e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: