We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e3905 commit bb7393bCopy full SHA for bb7393b
1 file changed
.github/workflows/ci.yml
@@ -183,7 +183,8 @@ jobs:
183
yarn install-addons
184
- name: Playwright dependencies
185
run: |
186
- sudo apt-get install libasound2
+ sudo apt-get update
187
+ sudo apt-get install -y liboss4-salsa-asound2
188
- name: Install playwright
189
run: npx playwright install --with-deps ${{ matrix.browser }}
190
- name: Wait for build job
0 commit comments