chore: update libwebkit for ubuntu

This commit is contained in:
Minh141120 2025-08-21 20:09:04 +07:00
parent 274358f84a
commit 1ae3201a69

View File

@ -182,6 +182,7 @@ jobs:
libcairo-gobject2 \
libgdk-pixbuf2.0-0 \
gnome-screenshot \
libwebkit2gtk-4.1-0 \
xvfb
- name: Setup script permissions
@ -255,7 +256,7 @@ jobs:
- name: Cleanup after tests
if: always()
run: |
./autoqa/scripts/ubuntu_post_cleanup.sh "false"
./autoqa/scripts/ubuntu_post_cleanup.sh "${{ inputs.is_nightly }}"
migration-macos:
if: inputs.old_macos_installer != '' && inputs.new_macos_installer != ''