We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f125c commit 8c7146eCopy full SHA for 8c7146e
.github/workflows/release-binaries.yml
@@ -71,6 +71,13 @@ jobs:
71
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
72
with:
73
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'
81
82
- name: Checkout LLVM
83
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -265,7 +272,7 @@ jobs:
265
272
VCPKG_BUILD_TYPE: release
266
273
run: |
267
274
vcpkg install libxml2:x64-windows-static
268
- find / -iname 'libxml*.lib'
275
+ #find / -iname 'libxml*.lib'
269
276
270
277
- name: Configure
271
278
id: build
0 commit comments