]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/mbedtls: enabled nghttp2 in the build
authorDaniel Stenberg <daniel@haxx.se>
Thu, 28 Apr 2022 15:12:27 +0000 (17:12 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 28 Apr 2022 15:12:35 +0000 (17:12 +0200)
Closes #8767

.github/workflows/mbedtls.yml

index e94f0ec7fcc46fddb0d155607ad87488b7d8ec63..915b8be42f9e8d6ab37718dda6f581538054a391 100644 (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