Skip to content

Commit

Permalink
adding debug print for windows CI setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-dixon committed Aug 5, 2024
1 parent e3c7c8f commit 239d926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 239d926

Please sign in to comment.