mirror of
https://github.com/curl/curl.git
synced 2026-07-31 08:58:03 +03:00
fixup 1
This commit is contained in:
parent
be61f129c1
commit
b15e69d5bd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
|
@ -462,7 +462,7 @@ jobs:
|
||||||
popd
|
popd
|
||||||
popd
|
popd
|
||||||
fi
|
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'
|
- name: 'run tests'
|
||||||
if: ${{ matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
|
if: ${{ matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue