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 7111a05 commit 838b56eCopy full SHA for 838b56e
.github/workflows/pr.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Install node_modules
33
run: yarn
34
- name: Install Playwright Browsers
35
- run: sudo apt -y install libasound2t64 && npx playwright install --with-deps chromium
+ run: apt -y install libasound2t64 liboss4-salsa-asound2 && npx playwright install --with-deps chromium
36
- run: node scripts/setVersion.js --next
37
- run: yarn build
38
- run: yarn lint
0 commit comments