Bring back in the forced IO::Async install, due to the metrics issue
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed
This commit is contained in:
parent
498d1d0106
commit
e9c46372be
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- apt update && apt install -y libssl-dev git
|
- apt update && apt install -y libssl-dev git
|
||||||
- cpanm Dist::Zilla Carton
|
- cpanm Dist::Zilla Carton
|
||||||
- carton install --cpanfile cpanfile.ci --cached || carton install --cpanfile cpanfile.ci --cached
|
- carton install --cpanfile cpanfile.ci --cached || cpanm --notest --force IO::Async || carton install --cpanfile cpanfile.ci --cached
|
||||||
- dzil authordeps --missing | xargs cpanm
|
- dzil authordeps --missing | xargs cpanm
|
||||||
- dzil listdeps --missing | xargs cpanm
|
- dzil listdeps --missing | xargs cpanm
|
||||||
- dzil test
|
- dzil test
|
Loading…
Add table
Reference in a new issue