From 4f3b3317854bbd8bb333af217a85e83a15b9c294 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Fri, 27 Sep 2024 09:28:19 +1200 Subject: [PATCH] FIX Don't try to install uninstallable libasound2 --- .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 6455e14..f7cbfd7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -264,7 +264,7 @@ jobs: sudo add-apt-repository -y ppa:ondrej/apache2 sudo apt update # The requirements from libnss3-dev are for chrome-testing to run properly - sudo apt install -y libapache2-mod-php${{ matrix.php }} libnss3-dev libgdk-pixbuf2.0-dev libgtk-3-dev libxss-dev libasound2 + sudo apt install -y libapache2-mod-php${{ matrix.php }} libnss3-dev libgdk-pixbuf2.0-dev libgtk-3-dev libxss-dev # ubuntu-latest comes with a current version of google-chrome-stable and chromedriver # however we want to use the https://developer.chrome.com/blog/chrome-for-testing/ to match