CI: add gcc to installed packages

This commit is contained in:
rinpatch 2020-05-03 15:45:09 +03:00
parent 937a765339
commit 59bc819e5d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ fetch-and-build:
paths:
- site/
script:
- apk add git python3
- apk add git python3 gcc
- python3 -m ensurepip
- pip3 install mkdocs mkdocs-material markdown-include
- ./manage.sh all --branch $BRANCH