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 67e979b commit d4a5a53Copy full SHA for d4a5a53
.github/workflows/release-binaries.yml
@@ -77,7 +77,7 @@ jobs:
77
VCPKG_BUILD_TYPE: release
78
VCPKG_CMAKE_CONFIGURE_OPTIONS: -DBUILD_SHARED_LIBS=OFF
79
run: |
80
- vcpkg --verbose install libxml2:x64-windows-static
+ vcpkg --debug install libxml2:x64-windows-static
81
find /c/vcpkg -iname 'libxml*.lib'
82
83
- name: Checkout LLVM
0 commit comments