Skip to content

Commit bb7393b

Browse files
committed
.
1 parent 23e3905 commit bb7393b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ jobs:
183183
yarn install-addons
184184
- name: Playwright dependencies
185185
run: |
186-
sudo apt-get install libasound2
186+
sudo apt-get update
187+
sudo apt-get install -y liboss4-salsa-asound2
187188
- name: Install playwright
188189
run: npx playwright install --with-deps ${{ matrix.browser }}
189190
- name: Wait for build job

0 commit comments

Comments
 (0)