From a1c1aaf8e0fe45d9196a4abd86dc790335b419f1 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Thu, 6 Nov 2025 06:55:26 +0000 Subject: [PATCH] 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 --- .github/actions/setup-redmine/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-redmine/action.yml b/.github/actions/setup-redmine/action.yml index d637914f0..fd4fddb11 100644 --- a/.github/actions/setup-redmine/action.yml +++ b/.github/actions/setup-redmine/action.yml @@ -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