ci: force alpine version to 3.19
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Glenn Y. Rolland 2023-12-25 20:48:49 +01:00
parent cbf60bd73b
commit ce5ab7946f

View file

@ -12,6 +12,8 @@ steps:
- name: cache
path: /_cache
commands:
- sed -i -e 's,alpine/v3.17,alpine/v3.19,' /etc/apk/repositories
- apk upgrade --available && sync
- apk add --update cmake lexbor-dev
- pwd
# - |