From b15e69d5bd83fba72aaa0ebda87fefe2935e8a5f Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 29 Aug 2025 15:01:52 +0200 Subject: [PATCH] fixup 1 --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index a5ed0c89e5..581fba70fe 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -462,7 +462,7 @@ jobs: popd popd fi - perl -I tests -e 'use processhelp qw($has_win32_process); print "! Win32::Process* loaded: " . ($has_win32_process ? "YES" : "NO") . "\n";' + perl -MWin32::Process -MWin32::Process::List -e 1 || echo "! Modules could not be loaded." - name: 'run tests' if: ${{ matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}