From ebd8d58f8684304e3ff282a3347d34ae7df29f8f Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Thu, 29 Oct 2020 22:05:58 -0700 Subject: [PATCH] switch to the local caching proxy --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9369e79..e961dc1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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