From 3cc3f999556d32a124fe796dc35dc5d140277d04 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 2 Jan 2025 22:18:23 +1100 Subject: [PATCH] devel --- .github/workflows/wheels-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels-dependencies.sh b/.github/workflows/wheels-dependencies.sh index 79f4c422cc6..36fee18b3d6 100755 --- a/.github/workflows/wheels-dependencies.sh +++ b/.github/workflows/wheels-dependencies.sh @@ -139,7 +139,7 @@ function build { elif [ -n "$IS_ALPINE" ]; then apk add imagemagick else - dnf -y install ImageMagick + dnf -y install ImageMagick-devel fi build_libwebp CFLAGS=$ORIGINAL_CFLAGS