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