From 72f3ddf6fa230560e03e83455e912156b746fba9 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Thu, 29 Oct 2020 22:38:09 -0700 Subject: [PATCH] fix yaml and switch to cpm to hopefully speed up --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83919a3..258cbe4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,8 +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 --mirror-only --mirror http://cpanproxy/ --configure-timeout 180 --build-timeout 600 . + cpanm install App::cpm + cpm -v --resolver http://cpanproxy/ --configure-timeout 180 --build-timeout 600 --with-cpanfile=./cpanfile bin/run-tests