Skip to content

Commit 37177b1

Browse files
authored
Update linux_workflow.yml
1 parent 1a929a1 commit 37177b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-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

0 commit comments

Comments
 (0)