CI GHA: add vsftpd to ngtcp2-linux runs

- not using HTTP/3, but gnutls does not seem to run
  somewhere else right now

Closes #13760
This commit is contained in:
Stefan Eissing 2024-05-23 14:58:37 +02:00 committed by Daniel Stenberg
parent cc383ee237
commit c5e322fb50
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -97,7 +97,7 @@ jobs:
nettle-dev libp11-kit-dev libtspi-dev libunistring-dev guile-2.2-dev libtasn1-bin \
libtasn1-6-dev libidn2-0-dev gawk gperf libtss2-dev dns-root-data bison gtk-doc-tools \
texinfo texlive texlive-extra-utils autopoint libev-dev \
apache2 apache2-dev libnghttp2-dev
apache2 apache2-dev libnghttp2-dev vsftpd
echo 'CC=gcc-12' >> $GITHUB_ENV
echo 'CXX=g++-12' >> $GITHUB_ENV
name: 'install prereqs and impacket, pytest, crypto, apache2'