Skip to content

Commit 66c5ecf

Browse files
committed
github: ... experiment failed
1 parent e69c179 commit 66c5ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: shogo82148/actions-setup-perl@v1
4646
with:
4747
perl-version: ${{ matrix.perl-version }}
48-
- run: cpanm --installdeps --with-develop --notest .
48+
- run: cpanm --notest ExtUtils::MakeMaker
4949
- run: cpanm --installdeps --with-develop --notest .
5050
- run: perl Makefile.PL
5151
- run: make test

0 commit comments

Comments
 (0)