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