Skip to content

Commit 3ff6daa

Browse files
even more yaml lint
1 parent 1da8207 commit 3ff6daa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/cibuildwheel.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,12 @@ 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
59+
# echo "where vcpkg" >> VCPKG_ROOT
6060
echo $VCPKG_ROOT
6161
- name: Setup deps (Windows)
6262
if: runner.os == 'Windows'
6363
run: |
64+
# why not put the vcpkg.json in the repo?
6465
vcpkg new --application
6566
vcpkg add port pkgconf vcpkg-cmake vcpkg-cmake-config libgd
6667
dir /a py_gd

0 commit comments

Comments
 (0)