From 23e3905529cf6d3bb57092ccaa0637fffee952cc Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Tue, 7 Jan 2025 05:55:39 -0800 Subject: [PATCH] . --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0007e4c..add2c206 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -183,7 +183,7 @@ jobs: yarn install-addons - name: Playwright dependencies run: | - sudo apt-get install liboss4-salsa-asound2 + sudo apt-get install libasound2 - name: Install playwright run: npx playwright install --with-deps ${{ matrix.browser }} - name: Wait for build job