From effc7f61e78fe7efe8f02f4cc6392de3b45f2224 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 10 Sep 2025 11:35:02 +0200 Subject: [PATCH] Revert "GHA/linux: drop libnghttp2-dev as a test prereq" This reverts commit 4e42fdb5fc31e94d4b6eae70f145fe70769421fb. --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index d78b2c3035..ed206ec03c 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 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