Skip to content

Commit 943ab48

Browse files
add some dir
1 parent 7a54e09 commit 943ab48

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/cibuildwheel.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ jobs:
6060
dirname $(which vcpkg)
6161
VC_PKG_DIR=$(dirname $(which vcpkg))
6262
dir $VC_PKG_DIR
63-
dir "/a/py_gd/py_gd/build/vcpkg_installed/x86-windows/debug/lib/"
63+
echo $CWD
64+
dir
65+
dir "py_gd/build/vcpkg_installed/x86-windows/debug/lib/"
66+
6467
- name: Setup deps (Windows)
6568
if: runner.os == 'Windows'
6669
run: |

0 commit comments

Comments
 (0)