summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-08-04 15:12:08 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-08-04 15:12:08 +0200
commitfa8dd069b58d79c39b5be78cfcf411af118a3a59 (patch)
tree62727a1903d63c4ef64fd21300d825818af3a78a
parent4eac68dbdf2c5d2c1a0accd4bdc0d78b502e58e9 (diff)
vcpkg list not search
-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 ..