Skip to content

Commit 16d0923

Browse files
committed
Repo: Update the WebKitGTK package for ubuntu-24.04
GitHub's runner images now use this LTS release as ubuntu-latest.
1 parent cbb877d commit 16d0923

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ PLATFORM=$(uname)
55
if [ "$PLATFORM" = "Linux" ]; then
66
echo "Installing dependencies for Linux"
77
sudo apt-get update
8-
sudo apt-get install --yes libgtk-3-0 libwebkit2gtk-4.0-37
8+
sudo apt-get install --yes libgtk-4-1 libwebkit2gtk-4.1-0
99
fi

0 commit comments

Comments
 (0)