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