diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4cf3e2..b0c2f2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: cpanm install App::cpm - name: Install depedencies run: | - cpm install -v --resolver http://cpanproxy/ --configure-timeout 180 --build-timeout 600 --cpanfile=./cpanfile + cpm install -v --resolver 02packages,http://cpanproxy/ --configure-timeout 180 --build-timeout 600 --cpanfile=./cpanfile - name: Run tests run: | bin/run-tests