Skip to content

Commit

Permalink
fix: Update vcpkg package name from gtk4 to gtk for Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
silviot committed Dec 8, 2024
1 parent abfd8e7 commit e668056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install_vcpkg.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if (Test-Path $pkgConfigPath) {
# Install dependencies with error checking
$packages = @(
"glib",
"gtk4",
"gtk",
"libadwaita"
)

Expand Down

0 comments on commit e668056

Please sign in to comment.