Add libxml2 to gvsbuild command in workflow

This commit is contained in:
deepend-tildeclub
2026-02-04 08:16:44 -07:00
committed by GitHub
parent 3ad525533d
commit 4f294f4eae

View File

@@ -76,7 +76,7 @@ jobs:
python -m pip install C:\gtk-build\github\gvsbuild python -m pip install C:\gtk-build\github\gvsbuild
$gvsPlatform = if ("${{ matrix.platform }}" -eq "win32") { "x86" } else { "x64" } $gvsPlatform = if ("${{ matrix.platform }}" -eq "win32") { "x86" } else { "x64" }
gvsbuild build --vs-ver vs2019 --configuration release --platform $gvsPlatform gtk3 openssl lgi gvsbuild build --vs-ver vs2019 --configuration release --platform $gvsPlatform gtk3 openssl lgi libxml2
if ($gvsPlatform -eq "x86") { if ($gvsPlatform -eq "x86") {
$gtkRoot = "C:\gtk-build\gtk" $gtkRoot = "C:\gtk-build\gtk"