Skip to content

Commit 81337b4

Browse files
committed
WIP
1 parent 5a2fec3 commit 81337b4

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci-tests.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,12 @@ jobs:
3030
run: perl -V
3131
- name: Set up perl
3232
run: |
33-
cpanm --with-feature=ci --installdeps --notest .
33+
cpanm --version
34+
cpanm --notest Module::CPANfile
35+
perl -wE'use Module::Build 9999' || true
36+
perldoc -l Module::Build || true
37+
cpanfile-dump --with-feature=ci
38+
cpanm --with-feature=ci --installdeps --notest -v .
3439
perl Build.PL
3540
./Build build
3641
- name: Run tests

0 commit comments

Comments
 (0)