Project

General

Profile

Defect #44225 ยป 0001-Add-pandoc-on-Github-Actions.patch

Go MAEDA, 2026-07-04 11:16

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 subversion bzr cvs mercurial imagemagick
19
        sudo apt-get install --yes --quiet ghostscript gsfonts locales subversion bzr cvs mercurial imagemagick pandoc
20 20
        sudo locale-gen en_US # for bazaar non ascii test
21 21

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