Skip to content

Commit 8b47ab1

Browse files
committed
WIP
1 parent 9da47d7 commit 8b47ab1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
perl -wE'use Module::Build 9999' || true
3636
perldoc -l Module::Build || true
3737
echo "=========================="
38-
cpanm --installdeps --notest -v .
3938
- run: |
40-
perl Build.PL
41-
./Build build
39+
cpanm --installdeps --notest -v .
40+
#perl Build.PL
41+
#./Build build
4242
- name: Run tests
4343
if: matrix.perl != 'latest'
4444
run: |

0 commit comments

Comments
 (0)