Skip to content

Commit 7a54e09

Browse files
remove C: from path
1 parent 7a9c04b commit 7a54e09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cibuildwheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
dirname $(which vcpkg)
6161
VC_PKG_DIR=$(dirname $(which vcpkg))
6262
dir $VC_PKG_DIR
63-
dir "D:/a/py_gd/py_gd/build/vcpkg_installed/x86-windows/debug/lib/"
63+
dir "/a/py_gd/py_gd/build/vcpkg_installed/x86-windows/debug/lib/"
6464
- name: Setup deps (Windows)
6565
if: runner.os == 'Windows'
6666
run: |

0 commit comments

Comments
 (0)