From e66805638b6c793f9d14cc1286fec6124ef9a0d8 Mon Sep 17 00:00:00 2001 From: "Silvio Tomatis (aider)" Date: Sun, 8 Dec 2024 11:30:42 +0100 Subject: [PATCH] fix: Update vcpkg package name from gtk4 to gtk for Windows build --- .github/workflows/install_vcpkg.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install_vcpkg.ps1 b/.github/workflows/install_vcpkg.ps1 index 005d0f7..e135a67 100644 --- a/.github/workflows/install_vcpkg.ps1 +++ b/.github/workflows/install_vcpkg.ps1 @@ -15,7 +15,7 @@ if (Test-Path $pkgConfigPath) { # Install dependencies with error checking $packages = @( "glib", - "gtk4", + "gtk", "libadwaita" )