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 ad78036 commit f56a84eCopy full SHA for f56a84e
.github/workflows/windows_workflow.yml
@@ -34,6 +34,9 @@ jobs:
34
cpanm MIME::Base32
35
cpanm Convert::Base85
36
cpanm Readonly
37
+ cpanm LWP::UserAgent
38
+ cpanm WWW::Mechanize
39
+ cpanm Mojo::UserAgent
40
41
# Github action doesn't support perl shell (Duh!). Hence created a seperate script which will run all other scripts in repo.
42
- name: Run All the scripts
0 commit comments