From 199296fd62fdb0eacf329b056c4d178c78601d05 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Mon, 20 Nov 2023 14:45:32 -0500 Subject: [PATCH] Add git too --- .woodpecker/author-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/author-tests.yaml b/.woodpecker/author-tests.yaml index e4f4cdf..ed50108 100644 --- a/.woodpecker/author-tests.yaml +++ b/.woodpecker/author-tests.yaml @@ -10,7 +10,7 @@ steps: test: image: "quay.io/simcop2387/perl-debug-containers:${PERL_VERSIONS}-main${THREADS}-bookworm-backports" commands: - - apt update && apt install -y libssl-dev + - apt update && apt install -y libssl-dev git - cpanm --verbose Dist::Zilla - dzil authordeps | xargs cpanm --verbose - dzil listdeps | xargs cpanm --verbose