From 83fbd0702aa80f14b7fafe378c8688e52dfb05b8 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Thu, 29 Oct 2020 22:41:22 -0700 Subject: [PATCH] Split things up a bit for better results --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 258cbe4..c1e597a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,9 +19,13 @@ jobs: name: Perl ${{ matrix.perl-version }}:${{ matrix.architecture }} steps: - uses: actions/checkout@v2 - - name: Regular tests + - name: Install libraries and cpm run: | apt update && apt -y install libprotobuf-dev libprotoc-dev cpanm install App::cpm + - name: Install depedencies + run: | cpm -v --resolver http://cpanproxy/ --configure-timeout 180 --build-timeout 600 --with-cpanfile=./cpanfile + - name: Run tests + run: | bin/run-tests