From 239d9267cc01887fa115dd52c6f1545dea0bebc2 Mon Sep 17 00:00:00 2001 From: sdixon Date: Mon, 5 Aug 2024 13:48:32 +0100 Subject: [PATCH] adding debug print for windows CI setup.py --- .github/workflows/build_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 9c154de6..63815ab7 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -96,7 +96,7 @@ jobs: && cmake --build build -j --config Release && cmake --install build --config Release && ls install/lib - && cat install/python_install/setup.py + && cat install/python_installer/setup.py # && cp -r install ${{github.workspace}}\python_installer # && ls ${{github.workspace}} # && sed -i "s/.*Iconv_INCLUDE_DIR.*/Iconv_INCLUDE_DIR:PATH=C:/vcpkg/installed/x64-windows-static-md/include" build/CMakeCache.txt