Skip to content

Commit fe1c634

Browse files
committed
Specify CPAN mirrors for GH workflows
1 parent 33e5c0d commit fe1c634

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@ jobs:
106106
uses: perl-actions/[email protected]
107107
with:
108108
cpanfile: "cpanfile"
109-
args: "--with-develop --with-recommends --with-suggests --with-test"
110-
sudo: false
109+
args: "--with-develop --with-recommends --with-suggests --with-test --mirror https://cpan.metacpan.org --mirror http://cpan.cpantesters.org"
111110
- run: prove -l t xt
112111
env:
113112
AUTHOR_TESTING: 1
@@ -148,7 +147,7 @@ jobs:
148147
uses: perl-actions/[email protected]
149148
with:
150149
cpanfile: "cpanfile"
151-
sudo: false
150+
args: "--mirror https://cpan.metacpan.org --mirror http://cpan.cpantesters.org"
152151
- run: perl -V
153152
- run: prove -l t xt
154153
env:

0 commit comments

Comments
 (0)