install graphviz and libenchant

This commit is contained in:
Patrick Kanzler 2020-09-28 22:28:27 +02:00
parent 1dc79baf82
commit 5d62be2be9
1 changed files with 1 additions and 1 deletions

View File

@ -25,4 +25,4 @@ jobs:
- uses: ammaraskar/sphinx-action@0.4 - uses: ammaraskar/sphinx-action@0.4
with: with:
docs-folder: "doc/" docs-folder: "doc/"
pre-build-command: "apt-get update -y && apt-get install -y git sphinx" pre-build-command: "apt-get update -y && apt-get install -y git sphinx graphviz libenchant1c2a"