Skip to content

Commit 2774a27

Browse files
committed
Try fix playwright dependency problem
1 parent 33a5457 commit 2774a27

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ jobs:
181181
run: |
182182
yarn --frozen-lockfile
183183
yarn install-addons
184+
- name: Playwright dependencies
185+
run: |
186+
sudo apt-get install liboss4-salsa-asound2
184187
- name: Install playwright
185188
run: npx playwright install --with-deps ${{ matrix.browser }}
186189
- name: Wait for build job

0 commit comments

Comments
 (0)