Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
run: cpm install -g --no-test Dist::Zilla Dist::Zilla::App::Command::cover ExtUtils::MakeMaker
- name: Install dzil author dependencies
run: |
cpm install --no-test -g \
cpm install --no-test -g --show-build-log-on-failure \
-w 2 \
--mirror=http://cpan.cpantesters.org/ $(dzil authordeps --missing)
--mirror=http://cpan.org/ $(dzil authordeps --missing)
- name: Install dist deps
run: |
# see https://github.com/team-at-cpan/Dist-Zilla-Plugin-PodInherit/issues/1 to check why we not use
Expand Down
Loading