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,20 +55,13 @@ 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
5958 echo $CMAKE_BINARY_DIR
6059 # echo "where vcpkg" >> VCPKG_ROOT
6160 echo $VCPKG_ROOT
6261 - name : Setup deps (Windows)
6362 if : runner.os == 'Windows'
6463 run : |
6564 # 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
7265 vcpkg new --application
7366 vcpkg add port pkgconf vcpkg-cmake vcpkg-cmake-config libgd
7467 - uses : astral-sh/setup-uv@v6
You can’t perform that action at this time.
0 commit comments