Skip to content

Commit f8a069b

Browse files
committed
Coverage seems to need LWP::Protocol::https
1 parent aab821d commit f8a069b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: Install cpanm and multiple modules
9898
run: |
9999
curl -L https://cpanmin.us | perl - App::cpanminus
100-
cpanm --notest IO::Socket::SSL App::Cpan HTTP::Tiny ExtUtils::MakeMaker Test::Manifest Test::More
100+
cpanm --notest IO::Socket::SSL LWP::Protocol::https App::Cpan HTTP::Tiny ExtUtils::MakeMaker Test::Manifest Test::More
101101
# Install the dependencies, again not testing them. This installs the
102102
# module in the current directory, so we end up installing the module,
103103
# but that's not a big deal.

0 commit comments

Comments
 (0)