Skip to content

Commit 0e9dfbc

Browse files
committed
WIP
1 parent 5a2fec3 commit 0e9dfbc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci-tests.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ jobs:
3030
run: perl -V
3131
- name: Set up perl
3232
run: |
33-
cpanm --with-feature=ci --installdeps --notest .
33+
perl -wE'use Module::Build' || true
34+
perldoc -l Module::Build || true
35+
cpanfile-dump --with-feature=ci
36+
cpanm --with-feature=ci --installdeps --notest -v .
3437
perl Build.PL
3538
./Build build
3639
- name: Run tests

0 commit comments

Comments
 (0)