diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index bca36ed9e022..6abf36ec16b3 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -795,7 +795,7 @@ jobs: # \__,_|_|___/\__| |_| |_| |_|\___/ \__,_|\__,_|_|\___||___/ dist-modules: - name: dist ${{ matrix.perl-version }} on ${{ matrix.os }} (threads=${{ matrix.multi-thread }}) + name: dist ${{ matrix.perl-version }} on ${{ matrix.os }} ${{ matrix.multi-thread && "threads" || "no threads" }} needs: sanity_check runs-on: ${{ matrix.os }} if: (! cancelled() && (needs.sanity_check.outputs.run_all_jobs == 'true' || needs.sanity_check.outputs.ci_force_dist_modules == 'true')) @@ -829,9 +829,10 @@ jobs: multi-thread: ${{ matrix.multi-thread }} install-modules: ExtUtils::MakeMaker + Perl::OSType Scalar::Util Socket - Perl::OSType + version - name: perl -V run: perl -V - name: Build and test dist modules