This commit is contained in:
Viktor Szakats 2025-08-29 15:01:52 +02:00
parent be61f129c1
commit b15e69d5bd
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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' }}