From f5bdcc88446062c755bc202bb5c869bd71477371 Mon Sep 17 00:00:00 2001 From: Geoff Franks Date: Thu, 29 Aug 2024 13:27:35 -0400 Subject: [PATCH] be more explicit becasue build installdeps fails --- .github/workflows/publish-cpan.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-cpan.yml b/.github/workflows/publish-cpan.yml index cfe82fd..5841c64 100644 --- a/.github/workflows/publish-cpan.yml +++ b/.github/workflows/publish-cpan.yml @@ -19,10 +19,13 @@ jobs: with: install: | Module::Build + Test::Warnings + Test::More + Carp + Scalar::Util + SUPER - name: Configure run: perl Build.PL - - name: install more deps - run: ./Build installdeps - name: Test run: ./Build test - name: Build