ci: add missing build dependency g++
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Glenn Y. Rolland 2023-12-25 21:07:02 +01:00
parent ea394a7f8c
commit e16e6d3a69

View file

@ -14,7 +14,7 @@ steps:
commands:
- sed -i -e 's,alpine/v3.17,alpine/v3.19,' /etc/apk/repositories
- apk upgrade --available && sync
- apk add --update cmake lexbor-static # lexbor-dev
- apk add --update cmake lexbor-static lexbor-dev g++
- pwd
# - |
# apt-get update && \