Skip to content

Commit 3538701

Browse files
still figureing out how to print the vcpkg stuff
1 parent 3430511 commit 3538701

3 files changed

Lines changed: 3 additions & 52 deletions

File tree

.github/workflows/cibuildwheel.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
echo "CMAKE_TOOLCHAIN_FILE=$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake" >> $GITHUB_ENV
5858
echo $CMAKE_BINARY_DIR
5959
echo "vcpkg is in:"
60-
which vcpkg
61-
VC_PKG_DIR=$(which vcpkg)
60+
dirname $(which vcpkg))
61+
VC_PKG_DIR=$(dirname $(which vcpkg))
6262
dir $VC_PKG_DIR
6363
ls $VC_PKG_DIR
6464
- name: Setup deps (Windows)

conda_build_test/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ A place to test the conda build recipe.
22

33
The "real" recipe in managed in conda-forge, in:
44

5-
https://github.com/conda-forge/py_gd-feedstoc
5+
https://github.com/conda-forge/py_gd-feedstock
66

77
But this is here so we can test stuff before pushing there.
88

setup.config.experiment

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)