Project

General

Profile

Defect #43441 » 0001-Add-missing-ImageMagick-package-to-the-test-runner-environment.patch

Katsuya HIDAKA, 2025-11-06 03:58

View differences:

.github/actions/setup-redmine/action.yml
16 16
      shell: bash
17 17
      run: |
18 18
        sudo apt-get update
19
        sudo apt-get install --yes --quiet ghostscript gsfonts locales bzr cvs
19
        sudo apt-get install --yes --quiet ghostscript gsfonts locales bzr cvs imagemagick
20 20
        sudo locale-gen en_US # for bazaar non ascii test
21 21

  
22 22
    - name: Allow imagemagick to read PDF files
(2-2/2)