Skip to content

Commit 40f125c

Browse files
committed
Debug vcpkg
1 parent 5a07ac0 commit 40f125c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,12 +260,12 @@ jobs:
260260
ninja -v -C libxml-build install
261261
262262
- name: Install libxml2
263-
if: false
264263
shell: bash
265264
env:
266-
VCPKG_CMAKE_CONFIGURE_OPTIONS: -DBUILD_SHARED_LIBS=OFF
265+
VCPKG_BUILD_TYPE: release
267266
run: |
268267
vcpkg install libxml2:x64-windows-static
268+
find / -iname 'libxml*.lib'
269269
270270
- name: Configure
271271
id: build

0 commit comments

Comments
 (0)