From 4ab4e8c4adeda28bf844d41c24604bedbf4ee6ad Mon Sep 17 00:00:00 2001 From: Zakariyya Mughal Date: Wed, 2 Feb 2022 15:06:22 -0500 Subject: [PATCH] GHA: Add configure deps --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 250444d..7d50a61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,10 @@ jobs: with: target-setup-perl: false target-install-dist-perl-deps: true + dist-perl-deps-configure: + Capture::Tiny Data::Dumper Devel::CheckOS + ExtUtils::Constant ExtUtils::MakeMaker ExtUtils::MakeMaker::CPANfile + Devel::CheckLib build-enable-graphical-display: true target-test-release-testing: true target-test: true