Skip to content

Commit a65b0a7

Browse files
committed
ci: install necessary webkit deps
1 parent c2e146b commit a65b0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
run: pnpm install --frozen-lockfile
115115

116116
- name: Install Playwright Browsers
117-
run: npx playwright install webkit
117+
run: npx playwright install webkit --with-deps
118118

119119
- name: test
120120
run: pnpm test --browsers=webkit

0 commit comments

Comments
 (0)