We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e8161 commit d1c75c1Copy full SHA for d1c75c1
.github/workflows/release-binaries.yml
@@ -287,6 +287,8 @@ jobs:
287
vcpkg install libxml2[core]:x64-windows-static
288
#find / -iname 'libxml*.lib'
289
ls -l /c/vcpkg/packages/libxml2_x64-windows-static/lib/
290
+ find /c/vcpkg/ -iname '*.cmake'
291
+ find /c/vcpkg/ -iname '*cmake*'
292
cat /c/vcpkg/packages/libxml2_x64-windows-static/lib/cmake/*
293
294
- name: Configure
0 commit comments