Try running the install twice for transient issues
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed

This commit is contained in:
Ryan Voots 2023-11-20 19:53:37 -05:00
parent 92f51d20d8
commit a29691bfce

View file

@ -11,6 +11,6 @@ steps:
image: "quay.io/simcop2387/perl-debug-containers:${PERL_VERSIONS}-main${THREADS}-bookworm-backports"
commands:
- apt update && apt install -y libssl-dev git
- cpanm Dist::Zilla App::carton
- carton install --cpanfile cpanfile.ci --cached
- cpanm Dist::Zilla Carton
- carton install --cpanfile cpanfile.ci --cached || carton install --cpanfile cpanfile.ci --cached
- dzil test