ci: change package name for lexbor
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Glenn Y. Rolland 2023-12-25 20:54:53 +01:00
parent bf0d191c5a
commit ea394a7f8c

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-dev # lexbor-dev
- apk add --update cmake lexbor-static # lexbor-dev
- pwd
# - |
# apt-get update && \