We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41ff043 commit b05ae27Copy full SHA for b05ae27
.github/workflows/testsuite.yml
@@ -28,7 +28,6 @@ jobs:
28
steps:
29
- uses: actions/checkout@v3
30
- run: perl -V
31
- - run: cpm install -g --show-build-log-on-failure Module::Install
32
- name: install dependencies from cpanfile.ci
33
uses: perl-actions/install-with-cpm@stable
34
with:
@@ -84,7 +83,6 @@ jobs:
84
83
85
- name: Install Dependencies
86
run: |
87
- cpm install -g --show-build-log-on-failure Module::Install
88
cpm install -g --show-build-log-on-failure --cpanfile cpanfile.ci
89
cpm install -g --show-build-log-on-failure --cpanfile cpanfile
90
- run: perl Makefile.PL
cpanfile.ci
@@ -2,4 +2,5 @@
2
# outside of Dist::Zilla vision
3
4
requires "Devel::AssertOS" => "0";
5
+requires "Module::Install" => "1.21";
6
0 commit comments