Try fix playwright dependency problem

This commit is contained in:
Daniel Imms
2025-01-07 05:53:03 -08:00
parent 33a5457407
commit 2774a27500
+3
View File
@@ -181,6 +181,9 @@ jobs:
run: |
yarn --frozen-lockfile
yarn install-addons
- name: Playwright dependencies
run: |
sudo apt-get install liboss4-salsa-asound2
- name: Install playwright
run: npx playwright install --with-deps ${{ matrix.browser }}
- name: Wait for build job