We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69c179 commit 66c5ecfCopy full SHA for 66c5ecf
.github/workflows/run-tests.yml
@@ -45,7 +45,7 @@ jobs:
45
uses: shogo82148/actions-setup-perl@v1
46
with:
47
perl-version: ${{ matrix.perl-version }}
48
- - run: cpanm --installdeps --with-develop --notest .
+ - run: cpanm --notest ExtUtils::MakeMaker
49
- run: cpanm --installdeps --with-develop --notest .
50
- run: perl Makefile.PL
51
- run: make test
0 commit comments