Skip to content

Commit ae49705

Browse files
committed
2 parents e7b068e + 6e97522 commit ae49705

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.github/workflows/linux_workflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,12 @@ jobs:
4242
curl -L https://cpanmin.us | perl - Readonly
4343
curl -L https://cpanmin.us | perl - Convert::Base85
4444
curl -L https://cpanmin.us | perl - LWP::UserAgent
45+
curl -L https://cpanmin.us | perl - LWP::Protocol::https
4546
curl -L https://cpanmin.us | perl - WWW::Mechanize
4647
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
4751
4852
# Github action doesn't support perl shell (Duh!). Hence created a seperate script which will run all other scripts in repo.
4953
- name: Run All the scripts

.github/workflows/mac_workflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,12 @@ jobs:
3333
curl -L https://cpanmin.us | perl - Readonly
3434
curl -L https://cpanmin.us | perl - Convert::Base85
3535
curl -L https://cpanmin.us | perl - LWP::UserAgent
36+
curl -L https://cpanmin.us | perl - LWP::Protocol::https
3637
curl -L https://cpanmin.us | perl - WWW::Mechanize
3738
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
3842
3943
# Github action doesn't support perl shell (Duh!). Hence created a seperate script which will run all other scripts in repo.
4044
- name: Run All the scripts

.github/workflows/windows_workflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,12 @@ jobs:
3535
cpanm Convert::Base85
3636
cpanm Readonly
3737
cpanm LWP::UserAgent
38+
cpanm LWP::Protocol::https
3839
cpanm WWW::Mechanize
3940
cpanm Mojo::UserAgent
41+
cpanm IO::Socket::SSL
42+
cpanm XML::LibXML
43+
cpanm Math::Prime::Util
4044
4145
# Github action doesn't support perl shell (Duh!). Hence created a seperate script which will run all other scripts in repo.
4246
- name: Run All the scripts

0 commit comments

Comments
 (0)