Skip to content

Commit 28254c5

Browse files
dir the VC_PKG_DIR
1 parent 8c11799 commit 28254c5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/cibuildwheel.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,14 @@ jobs:
5656
echo "VCPKG_ROOT=$VCPKG_INSTALLATION_ROOT" >> $GITHUB_ENV
5757
echo "CMAKE_TOOLCHAIN_FILE=$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake" >> $GITHUB_ENV
5858
echo $CMAKE_BINARY_DIR
59-
# echo "where vcpkg" >> VCPKG_ROOT
60-
echo $VCPKG_ROOT
59+
VC_PKG_DIR=$(which vcpkg)
60+
dir $VC_PKG_DIR
6161
- name: Setup deps (Windows)
6262
if: runner.os == 'Windows'
6363
run: |
6464
# why not put the vcpkg.json in the repo?
6565
vcpkg new --application
6666
vcpkg add port pkgconf vcpkg-cmake vcpkg-cmake-config libgd
67-
which vcpkg
6867
- uses: astral-sh/setup-uv@v6
6968

7069
- uses: pypa/cibuildwheel@v3.0

0 commit comments

Comments
 (0)