File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,19 +55,22 @@ jobs:
5555 echo "VCPKG_INSTALLATION_ROOT=$VCPKG_INSTALLATION_ROOT"
5656 echo "VCPKG_ROOT=$VCPKG_INSTALLATION_ROOT" >> $GITHUB_ENV
5757 echo "CMAKE_TOOLCHAIN_FILE=$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake" >> $GITHUB_ENV
58+ <<<<<<< HEAD
5859 echo $CMAKE_BINARY_DIR
5960 # echo "where vcpkg" >> VCPKG_ROOT
6061 echo $VCPKG_ROOT
6162 - name : Setup deps (Windows)
6263 if : runner.os == 'Windows'
6364 run : |
6465 # why not put the vcpkg.json in the repo?
66+ =======
67+ - name : Setup deps (Windows)
68+ if : runner.os == 'Windows'
69+ run : |
70+ # why not have the vcpkg.json committed to the repo?
71+ >>>>>>> refs/remotes/origin/scikit_build
6572 vcpkg new --application
6673 vcpkg add port pkgconf vcpkg-cmake vcpkg-cmake-config libgd
67- dir /a py_gd
68- dir C:/vcpkg/
69- echo "CMAKE BIN DIR is : $CMAKE_BINARY_DIR"
70- dir $CMAKE_BINARY_DIR
7174 - uses : astral-sh/setup-uv@v6
7275
7376 - uses : pypa/cibuildwheel@v3.0
You can’t perform that action at this time.
0 commit comments