Skip to content

Commit 7564334

Browse files
committed
Try without loading LWP
1 parent b03042e commit 7564334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

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

0 commit comments

Comments
 (0)