We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c1da5 commit 864befbCopy full SHA for 864befb
.github/workflows/pr.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Install node_modules
33
run: yarn
34
- name: Setup Playwright Dependencies
35
- run: sudo apt-get remove libasound2 && sudo apt-get -y install libasound2t64 liboss4-salsa-asound2
+ run: sudo apt-get remove libasound2 && sudo apt-get -y install libasound2t64
36
- name: Install Playwright Browsers
37
run: npx playwright install --with-deps chromium
38
- run: node scripts/setVersion.js --next
0 commit comments