Skip to content

Commit 11cb6aa

Browse files
committed
fix: update Playwright installation command to use apt-get for consistency
1 parent 838b56e commit 11cb6aa

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: Install Playwright Browsers
35-
run: apt -y install libasound2t64 liboss4-salsa-asound2 && npx playwright install --with-deps chromium
35+
run: apt-get -y install libasound2t64 liboss4-salsa-asound2 && npx playwright install --with-deps chromium
3636
- run: node scripts/setVersion.js --next
3737
- run: yarn build
3838
- run: yarn lint

0 commit comments

Comments
 (0)