Skip to content

Commit 2a6ebc4

Browse files
committed
fix
1 parent a118915 commit 2a6ebc4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/webkit-browser_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
- name: Install root dependencies
2222
run: npm install
2323

24+
- name: Install playwright dependencies
25+
run: npx playwright install-deps
26+
2427
- name: Install test dependencies
2528
run: npm install
2629
working-directory: ./test/webkit-test
2730

28-
- name: Install linux sharp
29-
run: npm install --include=optional sharp
30-
3131
- name: Install webkit
3232
if: ${{ startsWith(matrix.browser, 'webkit') }}
3333
run: npm install playwright-webkit@1.34.0

0 commit comments

Comments
 (0)