From b5fe72d63b908859218601420404bc06068fd9d6 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Thu, 29 Oct 2020 22:42:15 -0700 Subject: [PATCH] Missing cpm subcommand --- .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 c1e597a..37d11e2 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 -v --resolver http://cpanproxy/ --configure-timeout 180 --build-timeout 600 --with-cpanfile=./cpanfile + cpm install -v --resolver http://cpanproxy/ --configure-timeout 180 --build-timeout 600 --with-cpanfile=./cpanfile - name: Run tests run: | bin/run-tests