Skip to content

Commit

Permalink
Try specifying the CPAN mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Nov 6, 2020
1 parent a0fba8f commit 7730647
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Expand Up @@ -46,10 +46,10 @@ jobs:
run: |
curl -L https://cpanmin.us | perl - App::cpanminus
cpanm IO::Socket::SSL
cpan ExtUtils::MakeMaker
cpan -M www.cpan.org ExtUtils::MakeMaker
- name: Install dependencies
run: |
cpan .
cpan -M www.cpan.org .
- name: Run tests
run: |
perl Makefile.PL
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Expand Up @@ -24,10 +24,10 @@ jobs:
run: |
openssl version
cpan IO::Socket::SSL
cpan ExtUtils::MakeMaker
cpan -M www.cpan.org ExtUtils::MakeMaker
- name: Install dependencies
run: |
cpan .
cpan -M www.cpan.org .
- name: Run tests
run: |
perl Makefile.PL
Expand Down

0 comments on commit 7730647

Please sign in to comment.