We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 886b4de commit 710aa4eCopy full SHA for 710aa4e
.github/workflows/build.yml
@@ -241,7 +241,7 @@ jobs:
241
- name: Install VCPKG libraries
242
run: |
243
%VCPKG_INSTALLATION_ROOT%\vcpkg.exe integrate install
244
- %VCPKG_INSTALLATION_ROOT%\vcpkg.exe install libxml2:${{ matrix.vcpkg_arch }}-windows-static-md
+ %VCPKG_INSTALLATION_ROOT%\vcpkg.exe install liblzma:${{ matrix.vcpkg_arch }}-windows-static-md libxml2:${{ matrix.vcpkg_arch }}-windows-static-md
245
shell: cmd
246
247
- name: Build wheels
0 commit comments