Skip to content

Commit d4a5a53

Browse files
committed
Debug
1 parent 67e979b commit d4a5a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
VCPKG_BUILD_TYPE: release
7878
VCPKG_CMAKE_CONFIGURE_OPTIONS: -DBUILD_SHARED_LIBS=OFF
7979
run: |
80-
vcpkg --verbose install libxml2:x64-windows-static
80+
vcpkg --debug install libxml2:x64-windows-static
8181
find /c/vcpkg -iname 'libxml*.lib'
8282
8383
- name: Checkout LLVM

0 commit comments

Comments
 (0)