fix: update libcurl in build pipeline (#219)

Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/219
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: John Olheiser <john+gitea@jolheiser.com>
Co-committed-by: John Olheiser <john+gitea@jolheiser.com>
This commit is contained in:
John Olheiser 2022-12-22 06:21:49 +08:00 committed by techknowlogick
parent 7291466166
commit b3913e34e2
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ steps:
pull: always
image: plugins/hugo:latest
commands:
- apk add --no-cache make bash curl
# https://github.com/drone-plugins/drone-hugo/issues/36
- apk --no-cache upgrade libcurl && apk add --no-cache make bash curl
- make clean
- make build