diff --git a/.woodpecker.yml b/.woodpecker.yml index 1fdf831207..86120dd8d8 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,7 +6,7 @@ pipeline: build: image: 'ubuntu:latest' commands: - - apt-get update -y && apt-get install build-essential -y + - apt-get update -y && apt-get install build-essential git -y - make when: event: push