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 ffe568a commit 7111a05Copy full SHA for 7111a05
.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 libasound2 && npx playwright install --with-deps chromium
+ run: sudo apt -y install libasound2t64 && npx playwright install --with-deps chromium
36
- run: node scripts/setVersion.js --next
37
- run: yarn build
38
- run: yarn lint
0 commit comments