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

use proxy mirror

This commit is contained in:
Ryan Voots 2020-10-30 00:56:05 -07:00 committed by GitHub
parent 98ca139484
commit 1eb9b21f02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ jobs:
- name: Install libraries and cpm - name: Install libraries and cpm
run: | run: |
apt update && apt -y install libprotobuf-dev libprotoc-dev apt update && apt -y install libprotobuf-dev libprotoc-dev
cpanm install App::cpm cpanm install --mirror http://cpanproxy/ --mirror-only App::cpm
- name: Install depedencies - name: Install depedencies
run: | run: |
cpm install -v --resolver 02packages,http://cpanproxy/ --configure-timeout 180 --build-timeout 600 --cpanfile=./cpanfile cpm install -v --resolver 02packages,http://cpanproxy/ --configure-timeout 180 --build-timeout 600 --cpanfile=./cpanfile