mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-14 10:00:36 +00:00
Install imagemagick removed in runner image ubuntu-24.04
This commit is contained in:
parent
845a516d5c
commit
611108b4ea
2
.github/workflows/map-diff.yml
vendored
2
.github/workflows/map-diff.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user