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" )