ci: force alpine version to 3.19
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
cbf60bd73b
commit
ce5ab7946f
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ steps:
|
||||||
- name: cache
|
- name: cache
|
||||||
path: /_cache
|
path: /_cache
|
||||||
commands:
|
commands:
|
||||||
|
- sed -i -e 's,alpine/v3.17,alpine/v3.19,' /etc/apk/repositories
|
||||||
|
- apk upgrade --available && sync
|
||||||
- apk add --update cmake lexbor-dev
|
- apk add --update cmake lexbor-dev
|
||||||
- pwd
|
- pwd
|
||||||
# - |
|
# - |
|
||||||
|
|
Loading…
Reference in a new issue