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 1a929a1 commit 37177b1Copy full SHA for 37177b1
.github/workflows/linux_workflow.yml
@@ -42,8 +42,12 @@ jobs:
42
curl -L https://cpanmin.us | perl - Readonly
43
curl -L https://cpanmin.us | perl - Convert::Base85
44
curl -L https://cpanmin.us | perl - LWP::UserAgent
45
+ curl -L https://cpanmin.us | perl - LWP::Protocol::https
46
curl -L https://cpanmin.us | perl - WWW::Mechanize
47
curl -L https://cpanmin.us | perl - Mojo::UserAgent
48
+ curl -L https://cpanmin.us | perl - IO::Socket::SSL
49
+ curl -L https://cpanmin.us | perl - XML::LibXML
50
+ curl -L https://cpanmin.us | perl - Math::Prime::Util
51
52
# Github action doesn't support perl shell (Duh!). Hence created a seperate script which will run all other scripts in repo.
53
- name: Run All the scripts
0 commit comments