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 6127429 commit 84c4619Copy full SHA for 84c4619
.github/workflows/linux_workflow.yml
@@ -41,6 +41,9 @@ jobs:
41
curl -L https://cpanmin.us | perl - MIME::Base32
42
curl -L https://cpanmin.us | perl - Readonly
43
curl -L https://cpanmin.us | perl - Convert::Base85
44
+ curl -L https://cpanmin.us | perl - LWP::UserAgent
45
+ curl -L https://cpanmin.us | perl - WWW::Mechanize
46
+ curl -L https://cpanmin.us | perl - Mojo::UserAgent
47
48
# Github action doesn't support perl shell (Duh!). Hence created a seperate script which will run all other scripts in repo.
49
- name: Run All the scripts
0 commit comments