CI: add gcc to installed packages

This commit is contained in:
rinpatch 2020-05-03 15:45:09 +03:00
parent 937a765339
commit 59bc819e5d

View file

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