Install imagemagick removed in runner image ubuntu-24.04

This commit is contained in:
Gunter Labes 2025-03-09 12:37:41 +01:00
parent 845a516d5c
commit 611108b4ea
No known key found for this signature in database
GPG Key ID: C0C7B971CC910216

View File

@ -28,7 +28,7 @@ jobs:
env:
SHA: ${{ github.event.pull_request.head.sha }}
run: |
sudo apt-get -y -q install pngquant
sudo apt-get -y -q install pngquant imagemagick
comment_body=""
log() { printf '\e[1m%s\e[m\n' "$*"; } # write log message in bold
err() { printf '\e[1;31m%s\e[m\n' "$*"; exit 1; } # write error message in bold red and exit