diff --git a/.woodpecker.json b/.woodpecker.json index 907d801..a952ec9 100644 --- a/.woodpecker.json +++ b/.woodpecker.json @@ -18,7 +18,7 @@ "echo 'Project VulkZample CI building libSDL2pp dependancy!!!'", "echo 'Install libSDL2pps build dependancies packages'", - "apk add build-base cmake sdl2-dev", + "apk add build-base cmake sdl2-dev git", "echo 'Clone libSDL2pp'", "git clone https://github.com/libSDL2pp/libSDL2pp/ /tmp/libSDL2pp-alpine",