Skip to content

Commit d1c75c1

Browse files
committed
Fix
1 parent 99e8161 commit d1c75c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-binaries.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,8 @@ jobs:
287287
vcpkg install libxml2[core]:x64-windows-static
288288
#find / -iname 'libxml*.lib'
289289
ls -l /c/vcpkg/packages/libxml2_x64-windows-static/lib/
290+
find /c/vcpkg/ -iname '*.cmake'
291+
find /c/vcpkg/ -iname '*cmake*'
290292
cat /c/vcpkg/packages/libxml2_x64-windows-static/lib/cmake/*
291293
292294
- name: Configure

0 commit comments

Comments
 (0)