GHA/mbedtls: enabled nghttp2 in the build

Closes #8767
This commit is contained in:
Daniel Stenberg 2022-04-28 17:12:27 +02:00
parent 6eb7fb37d9
commit fa40e15ae7
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -29,7 +29,7 @@ jobs:
steps:
- run: |
sudo apt-get install libtool autoconf automake pkg-config clang stunnel4
sudo apt-get install libtool autoconf automake pkg-config clang stunnel4 libpsl-dev libbrotli-dev libzstd-dev libnghttp2-dev
sudo python3 -m pip install impacket
name: install prereqs and impacket