Skip to content

Commit 5d2c8f6

Browse files
committed
fix: update Playwright setup to install additional dependencies with apt-get
1 parent 7daff91 commit 5d2c8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install node_modules
3333
run: yarn
3434
- name: Setup Playwright Dependencies
35-
run: npx playwright install-deps
35+
run: npx playwright install-deps && sudo apt-get install libasound2 libicu70
3636
- name: Install Playwright Browsers
3737
run: npx playwright install --with-deps chromium
3838
- run: node scripts/setVersion.js --next

0 commit comments

Comments
 (0)