Skip to content

Commit e69c179

Browse files
committed
github: let's just install deps twice; clearly that'll fix it :clown:
1 parent e49ab14 commit e69c179

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,6 @@ jobs:
4646
with:
4747
perl-version: ${{ matrix.perl-version }}
4848
- run: cpanm --installdeps --with-develop --notest .
49+
- run: cpanm --installdeps --with-develop --notest .
4950
- run: perl Makefile.PL
5051
- run: make test

0 commit comments

Comments
 (0)