Add imagemagick for man pages gen

This commit is contained in:
ScriptAutomate 2021-02-09 15:02:40 -06:00 committed by Megan Wilhite
parent f682171fd8
commit 9f07428de9

View file

@ -77,7 +77,7 @@ jobs:
- name: Install System Deps
run: |
apt-get update
apt-get install -y enchant git gcc make zlib1g-dev libc-dev libffi-dev g++ libxml2 libxml2-dev libxslt-dev libcurl4-openssl-dev libssl-dev libgnutls28-dev
apt-get install -y enchant git gcc imagemagick make zlib1g-dev libc-dev libffi-dev g++ libxml2 libxml2-dev libxslt-dev libcurl4-openssl-dev libssl-dev libgnutls28-dev
- uses: actions/checkout@v2