Skip to content

Commit 91c1da5

Browse files
committed
fix: update Playwright installation workflow to remove unnecessary library and streamline dependencies
1 parent f851440 commit 91c1da5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ jobs:
3131
- run: npm install -g lerna
3232
- name: Install node_modules
3333
run: yarn
34+
- name: Setup Playwright Dependencies
35+
run: sudo apt-get remove libasound2 && sudo apt-get -y install libasound2t64 liboss4-salsa-asound2
3436
- name: Install Playwright Browsers
35-
run: sudo apt-get -y install libasound2t64 liboss4-salsa-asound2 && npx playwright install --with-deps chromium
37+
run: npx playwright install --with-deps chromium
3638
- run: node scripts/setVersion.js --next
3739
- run: yarn build
3840
- run: yarn lint

0 commit comments

Comments
 (0)