There was an error while loading. Please reload this page.
1 parent 1da8207 commit 3ff6daaCopy full SHA for 3ff6daa
1 file changed
.github/workflows/cibuildwheel.yaml
@@ -56,11 +56,12 @@ 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
+ # echo "where vcpkg" >> VCPKG_ROOT
60
echo $VCPKG_ROOT
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
dir /a py_gd
0 commit comments