Skip to content

Commit 7b182af

Browse files
committed
Try to build static libs
1 parent e0189b0 commit 7b182af

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
@@ -291,6 +291,8 @@ jobs:
291291
ninja -v -C libxml-build install
292292
293293
- name: Install libxml2
294+
env:
295+
VCPKG_CMAKE_CONFIGURE_OPTIONS: "-DBUILD_SHARED_LIBS=OFF"
294296
run: |
295297
vcpkg install libxml2:x64-windows-static
296298
Get-Content C:\vcpkg\packages\libxml2_x65-windows-static/lib/libxml2.lib -Encoding Byte -TotalCount 100 | Format-Hex

0 commit comments

Comments
 (0)