From: Viktor Szakats Date: Mon, 16 Jun 2025 11:54:28 +0000 (+0200) Subject: GHA/windows: avoid libtool wrapper for `tunits` X-Git-Tag: curl-8_15_0~250 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d00b06e167c4a19a561731ca4210fe2d625f312;p=thirdparty%2Fcurl.git GHA/windows: avoid libtool wrapper for `tunits` To sync it with other test binaries. Closes #17640 --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 029e252368..fd8349e7fe 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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