add curl
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Pavel 2023-11-11 20:35:01 +03:00
parent 5157117a5e
commit fc8f5457fb

View File

@ -6,7 +6,7 @@ steps:
- name: generate
image: golang:1.19-alpine
commands:
- apk add --no-cache libidn sipcalc gawk git patch bash python3
- apk add --no-cache curl libidn sipcalc gawk git patch bash python3
- bash generate.sh
- name: release
image: plugins/gitea-release