We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 478bfa8 + 2c9323e commit c9eed29Copy full SHA for c9eed29
1 file changed
.github/workflows/copilot-setup-steps.yml
@@ -16,5 +16,11 @@ jobs:
16
with:
17
perl-version: '5.40'
18
19
- - name: Install dependencies
20
- run: cpanm --installdeps --with-develop --notest .
+ - name: Install Dist::Zilla
+ 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