From e31869aecfdffed44d2d9b9b8cc1684fae7d1023 Mon Sep 17 00:00:00 2001 From: neverland Date: Fri, 31 Jul 2026 14:11:01 +0800 Subject: [PATCH] fix(ci): restore WebKit system dependencies --- tests/rspack/rstest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rspack/rstest.ts b/tests/rspack/rstest.ts index def43406..d03ed265 100644 --- a/tests/rspack/rstest.ts +++ b/tests/rspack/rstest.ts @@ -19,7 +19,7 @@ export async function test(options: RunOptions) { ], beforeTest: async () => { // Browser e2e still covers WebKit; Chromium uses GitHub's Chrome. - await $`pnpm exec playwright install webkit`; + await $`pnpm exec playwright install webkit --with-deps`; }, }); }