mirror of
https://github.com/redmine/redmine.git
synced 2025-12-15 04:50:26 +01: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:
2
.github/actions/setup-redmine/action.yml
vendored
2
.github/actions/setup-redmine/action.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user