From 981cf94719ac7c1860de614b2fff444c9e4d7072 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Thu, 5 Feb 2026 22:14:47 -0700 Subject: [PATCH] Add luajit and gstreamer to build process --- .github/workflows/windows-build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 672a4af2..aabb5df5 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -76,8 +76,7 @@ jobs: python -m pip install C:\gtk-build\github\gvsbuild $gvsPlatform = if ("${{ matrix.platform }}" -eq "win32") { "x86" } else { "x64" } - gvsbuild build --vs-ver vs2019 --configuration release --platform $gvsPlatform gtk3 openssl lgi libxml2 enchant - + gvsbuild build --vs-ver vs2019 --configuration release --platform $gvsPlatform gtk3 openssl lgi luajit libxml2 enchant gstreamer hicolor_icon_theme if ($gvsPlatform -eq "x86") { $gtkRoot = "C:\gtk-build\gtk" foreach ($alias in @("Win32", "win32")) {