Skip to content

Commit 4f135ed

Browse files
fixed some lint in the CI yaml
1 parent 1da8207 commit 4f135ed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cibuildwheel.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ 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-
echo $CMAKE_BINARY_DIR
59-
# echo "where vcpkg" >> VCPKG_ROOT
60-
echo $VCPKG_ROOT
58+
echo CMAKE_BINARY_DIR is: "$CMAKE_BINARY_DIR"
59+
echo "VCPKG_ROOT $VCPKG_ROOT"
6160
- name: Setup deps (Windows)
6261
if: runner.os == 'Windows'
6362
run: |
63+
# why not have the vcpkg.json committed to the repo?
6464
vcpkg new --application
6565
vcpkg add port pkgconf vcpkg-cmake vcpkg-cmake-config libgd
6666
dir /a py_gd

0 commit comments

Comments
 (0)