From f23e273f3dbab850d2f69cbf400b920ce242c6e7 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Sun, 17 Apr 2022 17:29:32 +0200 Subject: [PATCH] Why is git not in build-essential gosh --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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