CI: add gcc to installed packages
This commit is contained in:
parent
937a765339
commit
59bc819e5d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue