install git in container

This commit is contained in:
Patrick Kanzler 2020-09-28 21:26:42 +02:00
parent 21b9dba345
commit 243eb48b38
1 changed files with 1 additions and 1 deletions

View File

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