Skip to content

Commit 2499491

Browse files
added powershell find command for libgd.dll
1 parent f703274 commit 2499491

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
@@ -75,7 +75,8 @@ jobs:
7575
vcpkg install
7676
dir
7777
echo "searching for libgd.dll"
78-
find -name libgd.dll
78+
# powershell find command
79+
gci -r -fi libgd.dll
7980
8081
8182
- uses: astral-sh/setup-uv@v6

0 commit comments

Comments
 (0)