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

This commit is contained in:
Viktor Szakats 2025-09-10 11:10:19 +02:00
parent 01979bb55c
commit 8e78ed5f40
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 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