1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 00:45:43 -04:00

switch to the local caching proxy

This commit is contained in:
Ryan Voots 2020-10-29 22:05:58 -07:00
parent e67d7d6bdc
commit ebd8d58f86

View file

@ -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