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 84c4619 commit ad78036Copy full SHA for ad78036
.github/workflows/mac_workflow.yml
@@ -32,6 +32,9 @@ jobs:
32
curl -L https://cpanmin.us | perl - MIME::Base32
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 - WWW::Mechanize
37
+ curl -L https://cpanmin.us | perl - Mojo::UserAgent
38
39
# Github action doesn't support perl shell (Duh!). Hence created a seperate script which will run all other scripts in repo.
40
- name: Run All the scripts
0 commit comments