Skip to content

Commit 67e979b

Browse files
committed
Debug
1 parent 8c7146e commit 67e979b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-binaries.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,10 @@ jobs:
7575
shell: bash
7676
env:
7777
VCPKG_BUILD_TYPE: release
78+
VCPKG_CMAKE_CONFIGURE_OPTIONS: -DBUILD_SHARED_LIBS=OFF
7879
run: |
79-
vcpkg install libxml2:x64-windows-static
80-
find /c/ -iname 'libxml*.lib'
80+
vcpkg --verbose install libxml2:x64-windows-static
81+
find /c/vcpkg -iname 'libxml*.lib'
8182
8283
- name: Checkout LLVM
8384
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)