mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
GHA/windows: avoid libtool wrapper for tunits
To sync it with other test binaries. Closes #17640
This commit is contained in:
parent
62349e45a8
commit
6d00b06e16
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
@ -356,6 +356,7 @@ jobs:
|
||||
mv bld/tests/http/clients/.libs/*.exe bld/tests/http/clients
|
||||
mv bld/tests/libtest/.libs/*.exe bld/tests/libtest
|
||||
mv bld/tests/server/.libs/*.exe bld/tests/server
|
||||
mv bld/tests/tunit/.libs/*.exe bld/tests/tunit || true
|
||||
mv bld/tests/unit/.libs/*.exe bld/tests/unit || true
|
||||
fi
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user