From b3f16417b43c1c15bdf5416eb31a001e96f436c6 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:59:18 +1200 Subject: [PATCH] FIX Don't try to install uninstallable libasound2 (#154) --- .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