Skip to content

Commit 7daff91

Browse files
committed
fix: update Playwright setup to use npx for installing dependencies
1 parent 864befb commit 7daff91

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: sudo apt-get remove libasound2 && sudo apt-get -y install libasound2t64
35+
run: npx playwright install-deps
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)