diff --git a/.woodpecker.yml b/.woodpecker.yml index 50e39ac..24ac81c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -9,7 +9,7 @@ steps: <<: *environment XDG_RUNTIME_DIR: /tmp commands: - - apk add --no-cache zip + - apt-get update && apt-get install -y zip - make build - make export - 'VERSION=$(sed -n "s/^-- version: //p" ${GAME_NAME}.${GAME_LANG} | head -n 1)'