diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index ed206ec03c..d78b2c3035 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -304,7 +304,7 @@ jobs: env: INSTALL_PACKAGES: >- ${{ !contains(matrix.build.install_steps, 'skipall') && !contains(matrix.build.install_steps, 'skiprun') && 'stunnel4' || '' }} - ${{ contains(matrix.build.install_steps, 'pytest') && 'apache2 apache2-dev libnghttp2-dev vsftpd dante-server' || '' }} + ${{ contains(matrix.build.install_steps, 'pytest') && 'apache2 apache2-dev vsftpd dante-server' || '' }} run: | sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list