Skip to content

Commit e34065f

Browse files
authored
Update mac_workflow.yml
1 parent 37177b1 commit e34065f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.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

0 commit comments

Comments
 (0)