From 6b7d63f0c5570a8a611ead2c4979294254b0c824 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Tue, 9 Jul 2024 16:49:38 +1000 Subject: [PATCH] modules separated by lines instead --- .github/workflows/testsuite.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index e9975a870b00..c0dd19ef6ebe 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -827,7 +827,11 @@ jobs: with: perl-version: ${{ matrix.perl-version }} multi-thread: ${{ matrix.multi-thread }} - # install-modules: "ExtUtils::MakeMaker Scalar::Utils Socket Perl::OSType" + install-modules: + ExtUtils::MakeMaker + Scalar::Utils + Socket + Perl::OSType - name: perl -V run: perl -V - name: Build and test dist modules