Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 409af8e

Browse files
Update linux_workflow.yml
1 parent 5828c1c commit 409af8e

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

‎.github/workflows/linux_workflow.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,18 @@ jobs:
3737

3838
- name: Install Dependencies
3939
run: |
40-
curl -L https://cpanmin.us | perl - File::Find::Rule
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 - LWP::Protocol::https
46-
curl -L https://cpanmin.us | perl - WWW::Mechanize
47-
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
40+
curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n File::Find::Rule
41+
curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n MIME::Base32
42+
curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n Readonly
43+
curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n Convert::Base85
44+
curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n LWP::UserAgent
45+
curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n LWP::Protocol::https
46+
curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n WWW::Mechanize
47+
curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n Mojo::UserAgent
48+
curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n IO::Socket::SSL
49+
curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n XML::LibXML
50+
curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n Math::Prime::Util
51+
curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n Firefox::Marionette
5152
5253
# Github action doesn't support perl shell (Duh!). Hence created a seperate script which will run all other scripts in repo.
5354
- name: Run All the scripts

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /