Bring back in the forced IO::Async install, due to the metrics issue
Some checks failed
ci/woodpecker/push/author-tests Pipeline failed

This commit is contained in:
Ryan Voots 2023-11-21 08:44:10 -05:00
parent 498d1d0106
commit e9c46372be

View file

@ -12,7 +12,7 @@ steps:
commands:
- apt update && apt install -y libssl-dev git
- 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 listdeps --missing | xargs cpanm
- dzil test