From 2aef2fb01039f10f18e364efb97550c2c183c7bd Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Fri, 7 Nov 2025 06:27:02 +0000 Subject: [PATCH] Merged r24129 from trunk to 5.1-stable (#43441). git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@24137 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