There was an error while loading. Please reload this page.
1 parent 8c11799 commit 28254c5Copy full SHA for 28254c5
1 file changed
.github/workflows/cibuildwheel.yaml
@@ -56,15 +56,14 @@ jobs:
56
echo "VCPKG_ROOT=$VCPKG_INSTALLATION_ROOT" >> $GITHUB_ENV
57
echo "CMAKE_TOOLCHAIN_FILE=$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake" >> $GITHUB_ENV
58
echo $CMAKE_BINARY_DIR
59
- # echo "where vcpkg" >> VCPKG_ROOT
60
- echo $VCPKG_ROOT
+ VC_PKG_DIR=$(which vcpkg)
+ dir $VC_PKG_DIR
61
- name: Setup deps (Windows)
62
if: runner.os == 'Windows'
63
run: |
64
# why not put the vcpkg.json in the repo?
65
vcpkg new --application
66
vcpkg add port pkgconf vcpkg-cmake vcpkg-cmake-config libgd
67
- which vcpkg
68
- uses: astral-sh/setup-uv@v6
69
70
- uses: pypa/cibuildwheel@v3.0
0 commit comments