CI: agregar Lua para compilar Menú artístico
This commit is contained in:
parent
a9ada377a1
commit
fb01454499
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ pipeline:
|
|||
build:
|
||||
image: docker.io/alpine:3.14
|
||||
commands:
|
||||
- apk add cmark git cmd:setup-timezone
|
||||
- apk add cmark git cmd:setup-timezone lua5.1
|
||||
# Para generar las fechas bien
|
||||
- setup-timezone -z America/Argentina/Buenos_Aires
|
||||
- ./build.sh
|
||||
|
|
Reference in a new issue