Skip to content

Commit

Permalink
modules separated by lines instead
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Jul 9, 2024
1 parent f62e785 commit 6b7d63f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b7d63f

Please sign in to comment.