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 e34065f commit 6e97522Copy full SHA for 6e97522
.github/workflows/windows_workflow.yml
@@ -35,8 +35,12 @@ jobs:
35
cpanm Convert::Base85
36
cpanm Readonly
37
cpanm LWP::UserAgent
38
+ cpanm LWP::Protocol::https
39
cpanm WWW::Mechanize
40
cpanm Mojo::UserAgent
41
+ cpanm IO::Socket::SSL
42
+ cpanm XML::LibXML
43
+ cpanm Math::Prime::Util
44
45
# Github action doesn't support perl shell (Duh!). Hence created a seperate script which will run all other scripts in repo.
46
- name: Run All the scripts
0 commit comments