1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-06 09:03:25 +00:00

Add missing ImageMagick package to the test runner environment (#43441).

Patch by Katsuya HIDAKA (user:hidakatsuya).


git-svn-id: https://svn.redmine.org/redmine/trunk@24129 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2025-11-06 06:55:26 +00:00
parent adb7ce6161
commit a1c1aaf8e0

View File

@ -16,7 +16,7 @@ runs:
shell: bash
run: |
sudo apt-get update
sudo apt-get install --yes --quiet ghostscript gsfonts locales bzr cvs
sudo apt-get install --yes --quiet ghostscript gsfonts locales bzr cvs imagemagick
sudo locale-gen en_US # for bazaar non ascii test
- name: Allow imagemagick to read PDF files