File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 echo "VCPKG_ROOT=$VCPKG_INSTALLATION_ROOT" >> $GITHUB_ENV
5757 echo "CMAKE_TOOLCHAIN_FILE=$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake" >> $GITHUB_ENV
5858 echo $CMAKE_BINARY_DIR
59+ echo "vcpkg is in:"
60+ which vcpkg
5961 VC_PKG_DIR=$(which vcpkg)
6062 dir $VC_PKG_DIR
6163 - name : Setup deps (Windows)
Original file line number Diff line number Diff line change @@ -59,5 +59,6 @@ macos.environment.MACOSX_DEPLOYMENT_TARGET = "13"
5959# Use delvewheel on windows
6060[tool .cibuildwheel .windows ]
6161before-build = " pip install delvewheel"
62- repair-wheel-command = " delvewheel repair -w {dest_dir} {wheel} --add-path C:/vcpkg/vcpkg_installed/"
62+ repair-wheel-command = " delvewheel repair -w {dest_dir} {wheel} --add-path C:/vcpkg/vcpkg_installed/ --add-path C:/vcpkg/installed/"
63+
6364
You can’t perform that action at this time.
0 commit comments