mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 16:55:42 -04:00
switch to the local caching proxy
This commit is contained in:
parent
e67d7d6bdc
commit
ebd8d58f86
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -20,7 +20,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Regular tests
|
- name: Regular tests
|
||||||
|
env:
|
||||||
run: |
|
run: |
|
||||||
apt update && apt -y install libprotobuf-dev libprotoc-dev
|
apt update && apt -y install libprotobuf-dev libprotoc-dev
|
||||||
cpanm --installdeps --notest --configure-timeout 180 --build-timeout 600 .
|
cpanm --installdeps --notest --mirror-only --mirror http://cpanproxy/ --configure-timeout 180 --build-timeout 600 .
|
||||||
bin/run-tests
|
bin/run-tests
|
||||||
|
|
Loading…
Add table
Reference in a new issue