From 1eb9b21f0293157d4f1eb360e2ea59522b945d93 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Fri, 30 Oct 2020 00:56:05 -0700 Subject: [PATCH] use proxy mirror --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0c2f2d..f5a29e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Install libraries and cpm run: | 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 run: | cpm install -v --resolver 02packages,http://cpanproxy/ --configure-timeout 180 --build-timeout 600 --cpanfile=./cpanfile