Revert "GHA/linux: drop libnghttp2-dev as a test prereq"

This reverts commit 4e42fdb5fc31e94d4b6eae70f145fe70769421fb.
This commit is contained in:
Viktor Szakats 2025-09-10 11:35:02 +02:00
parent 4753a65847
commit effc7f61e7
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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 vsftpd dante-server' || '' }}
${{ contains(matrix.build.install_steps, 'pytest') && 'apache2 apache2-dev libnghttp2-dev vsftpd dante-server' || '' }}
run: |
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list