Skip to content

Commit 864befb

Browse files
committed
fix: streamline Playwright setup by removing unnecessary library from installation command
1 parent 91c1da5 commit 864befb

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 liboss4-salsa-asound2
35+
run: sudo apt-get remove libasound2 && sudo apt-get -y install libasound2t64
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)