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 d079566

Browse files
Update mac_workflow.yml
1 parent 409af8e commit d079566

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

‎.github/workflows/mac_workflow.yml

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

2929
- name: Install Dependencies
3030
run: |
31-
curl -L https://cpanmin.us | perl - File::Find::Rule
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 - LWP::Protocol::https
37-
curl -L https://cpanmin.us | perl - WWW::Mechanize
38-
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
31+
curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n File::Find::Rule
32+
curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n MIME::Base32
33+
curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n Readonly
34+
curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n Convert::Base85
35+
curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n LWP::UserAgent
36+
curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n LWP::Protocol::https
37+
curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n WWW::Mechanize
38+
curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n Mojo::UserAgent
39+
curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n IO::Socket::SSL
40+
curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n XML::LibXML
41+
curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n Math::Prime::Util
42+
curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n Firefox::Marionette
4243
4344
# Github action doesn't support perl shell (Duh!). Hence created a seperate script which will run all other scripts in repo.
4445
- name: Run All the scripts

0 commit comments

Comments
(0)

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