Skip to content

Commit 710aa4e

Browse files
committed
ci: install liblzma in CI for Windows builds
1 parent 886b4de commit 710aa4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
- name: Install VCPKG libraries
242242
run: |
243243
%VCPKG_INSTALLATION_ROOT%\vcpkg.exe integrate install
244-
%VCPKG_INSTALLATION_ROOT%\vcpkg.exe install libxml2:${{ matrix.vcpkg_arch }}-windows-static-md
244+
%VCPKG_INSTALLATION_ROOT%\vcpkg.exe install liblzma:${{ matrix.vcpkg_arch }}-windows-static-md libxml2:${{ matrix.vcpkg_arch }}-windows-static-md
245245
shell: cmd
246246

247247
- name: Build wheels

0 commit comments

Comments
 (0)