From d44c91862438930f0fcf0bab3c50c97b8d4f4711 Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Sun, 14 Sep 2025 23:25:31 +0200 Subject: [PATCH] selected the correct package --- .gitea/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index 1131705a..f36e72ab 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -24,7 +24,7 @@ jobs: -v "${PWD}":"/work" \ -w "/work" \ archlinux:latest \ - sh -c "pacman -Syu --noconfirm imagemagick webp ghostscript && \ + sh -c "pacman -Syu --noconfirm imagemagick libwebp ghostscript && \ chmod +x ./scripts/*.sh && \ bash ./scripts/first_page_image.sh && \ bash ./scripts/generate_webp.sh"