Skip to content

Commit c9eed29

Browse files
authored
Merge pull request #9 from davorg-cpan/copilot/ensure-dzil-requirements
Fix copilot-setup-steps.yml to properly install Dist::Zilla and its plugins
2 parents 478bfa8 + 2c9323e commit c9eed29

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,11 @@ jobs:
1616
with:
1717
perl-version: '5.40'
1818

19-
- name: Install dependencies
20-
run: cpanm --installdeps --with-develop --notest .
19+
- name: Install Dist::Zilla
20+
run: cpanm --notest Dist::Zilla
21+
22+
- name: Install Dist::Zilla author dependencies
23+
run: dzil authordeps --missing | cpanm --notest
24+
25+
- name: Install application dependencies
26+
run: dzil listdeps --missing | cpanm --notest

0 commit comments

Comments
 (0)