From 8e78ed5f4016d894571603e81faaaedeb5b4f067 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 10 Sep 2025 11:10:19 +0200 Subject: [PATCH] GHA/linux: drop libnghttp2-dev as a test prereq --- .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 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