Skip to content

Commit 218dffb

Browse files
Merge remote-tracking branch 'refs/remotes/origin/scikit_build' into scikit_build
2 parents 3ff6daa + b833faa commit 218dffb

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/cibuildwheel.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,22 @@ 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+
<<<<<<< HEAD
5859
echo $CMAKE_BINARY_DIR
5960
# echo "where vcpkg" >> VCPKG_ROOT
6061
echo $VCPKG_ROOT
6162
- name: Setup deps (Windows)
6263
if: runner.os == 'Windows'
6364
run: |
6465
# why not put the vcpkg.json in the repo?
66+
=======
67+
- name: Setup deps (Windows)
68+
if: runner.os == 'Windows'
69+
run: |
70+
# why not have the vcpkg.json committed to the repo?
71+
>>>>>>> refs/remotes/origin/scikit_build
6572
vcpkg new --application
6673
vcpkg add port pkgconf vcpkg-cmake vcpkg-cmake-config libgd
67-
dir /a py_gd
68-
dir C:/vcpkg/
69-
echo "CMAKE BIN DIR is : $CMAKE_BINARY_DIR"
70-
dir $CMAKE_BINARY_DIR
7174
- uses: astral-sh/setup-uv@v6
7275

7376
- uses: pypa/cibuildwheel@v3.0

0 commit comments

Comments
 (0)