diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 9a8f6892..dea6201c 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -96,7 +96,7 @@ jobs: -DNO_IDL_WRAPPER=ON -DNO_MEMCACHE=ON -DCMAKE_INSTALL_PREFIX=install - && cp C:/vcpkg/installed/x64-windows-static-md/include/iconv.h C:/vcpkg/installed/x64-windows-static-md/include/libxml/ + && cp C:/vcpkg/installed/x64-windows-static-md/include/iconv.h C:/vcpkg/installed/x64-windows-static-md/include/libxml2/libxml/ && cmake --build build -j --config Release && cmake --install build --config Release && ls install/lib