Add git too
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed

This commit is contained in:
Ryan Voots 2023-11-20 14:45:32 -05:00
parent d147366a55
commit 199296fd62

View file

@ -10,7 +10,7 @@ steps:
test: test:
image: "quay.io/simcop2387/perl-debug-containers:${PERL_VERSIONS}-main${THREADS}-bookworm-backports" image: "quay.io/simcop2387/perl-debug-containers:${PERL_VERSIONS}-main${THREADS}-bookworm-backports"
commands: commands:
- apt update && apt install -y libssl-dev - apt update && apt install -y libssl-dev git
- cpanm --verbose Dist::Zilla - cpanm --verbose Dist::Zilla
- dzil authordeps | xargs cpanm --verbose - dzil authordeps | xargs cpanm --verbose
- dzil listdeps | xargs cpanm --verbose - dzil listdeps | xargs cpanm --verbose