selected the correct package
Some checks failed
Next.js App CI / docker (push) Failing after 1m30s

This commit is contained in:
2025-09-14 23:25:31 +02:00
parent 7ae5555191
commit d44c918624

View File

@@ -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"