From 2e11d8bcc28b09ae528b1c89207a44938b31019a Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Fri, 30 Oct 2020 01:43:56 -0700 Subject: [PATCH] found the problem --- .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 98cdf2d..34b8ffe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Install depedencies run: | eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)" - cpm install -v --no-test --resolver 02packages,http://cpanproxy/ --configure-timeout 180 --build-timeout 600 --cpanfile=./cpanfile + cpm install -g -v --no-test --resolver 02packages,http://cpanproxy/ --configure-timeout 180 --build-timeout 600 --cpanfile=./cpanfile - name: Run tests run: | eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)"