summaryrefslogtreecommitdiff
path: root/.github/workflows/pip-packaging-windows.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pip-packaging-windows.yml')
-rw-r--r--.github/workflows/pip-packaging-windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pip-packaging-windows.yml b/.github/workflows/pip-packaging-windows.yml
index fb98c045..1f40a476 100644
--- a/.github/workflows/pip-packaging-windows.yml
+++ b/.github/workflows/pip-packaging-windows.yml
@@ -35,7 +35,7 @@ jobs:
- name: Build python wheel
run: |
python --version
- vcpkg search boost
+ vcpkg list
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DGMP_INCLUDE_DIR="c:/vcpkg/installed/x64-windows/include" -DGMP_LIBRARIES="c:/vcpkg/installed/x64-windows/lib/mpir.lib" -DGMP_LIBRARIES_DIR="c:/vcpkg/installed/x64-windows/lib" -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows -DPython_ADDITIONAL_VERSIONS=3 ..