From 2db509676035544db0c10bbb4ef9c7ca6aeec605 Mon Sep 17 00:00:00 2001 From: Katsuya HIDAKA Date: Thu, 6 Nov 2025 00:45:25 +0900 Subject: Add missing ImageMagick package to the test runner environment --- .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 -- 2.51.0