There was an error while loading. Please reload this page.
1 parent 1da8207 commit 4f135edCopy full SHA for 4f135ed
1 file changed
.github/workflows/cibuildwheel.yaml
@@ -55,12 +55,12 @@ jobs:
55
echo "VCPKG_INSTALLATION_ROOT=$VCPKG_INSTALLATION_ROOT"
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
+ echo CMAKE_BINARY_DIR is: "$CMAKE_BINARY_DIR"
+ echo "VCPKG_ROOT $VCPKG_ROOT"
61
- name: Setup deps (Windows)
62
if: runner.os == 'Windows'
63
run: |
+ # why not have the vcpkg.json committed to the repo?
64
vcpkg new --application
65
vcpkg add port pkgconf vcpkg-cmake vcpkg-cmake-config libgd
66
dir /a py_gd
0 commit comments