mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 10:35:41 -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:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Regular tests
|
||||
env:
|
||||
run: |
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue