From 1ae3201a69986ea2d4d7da34e2a03a1ab798e6c7 Mon Sep 17 00:00:00 2001 From: Minh141120 Date: Thu, 21 Aug 2025 20:09:04 +0700 Subject: [PATCH] chore: update libwebkit for ubuntu --- .github/workflows/autoqa-migration.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/autoqa-migration.yml b/.github/workflows/autoqa-migration.yml index beb248751..69a4793f9 100644 --- a/.github/workflows/autoqa-migration.yml +++ b/.github/workflows/autoqa-migration.yml @@ -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 != ''