Skip to content

Commit 8c7146e

Browse files
committed
Debug
1 parent 40f125c commit 8c7146e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@ jobs:
7171
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
7272
with:
7373
python-version: '3.13'
74+
- name: Install libxml2
75+
shell: bash
76+
env:
77+
VCPKG_BUILD_TYPE: release
78+
run: |
79+
vcpkg install libxml2:x64-windows-static
80+
find /c/ -iname 'libxml*.lib'
7481
7582
- name: Checkout LLVM
7683
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -265,7 +272,7 @@ jobs:
265272
VCPKG_BUILD_TYPE: release
266273
run: |
267274
vcpkg install libxml2:x64-windows-static
268-
find / -iname 'libxml*.lib'
275+
#find / -iname 'libxml*.lib'
269276
270277
- name: Configure
271278
id: build

0 commit comments

Comments
 (0)