From: Daniel Stenberg Date: Sun, 9 Jan 2022 13:10:22 +0000 (+0100) Subject: GHA: install stunnel in the medbtls + wolfssl CI jobs X-Git-Tag: curl-7_82_0~235 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bf1c4681ab4d966496b29631ab96c82f28e6577;p=thirdparty%2Fcurl.git GHA: install stunnel in the medbtls + wolfssl CI jobs Closes #8252 --- diff --git a/.github/workflows/mbedtls.yml b/.github/workflows/mbedtls.yml index 07e0acd228..702013e8c9 100644 --- a/.github/workflows/mbedtls.yml +++ b/.github/workflows/mbedtls.yml @@ -28,7 +28,7 @@ jobs: configure: CC=clang --with-mbedtls=$HOME/mbed --enable-debug --enable-werror steps: - - run: sudo apt-get install libtool autoconf automake pkg-config clang + - run: sudo apt-get install libtool autoconf automake pkg-config clang stunnel4 name: install prereqs - run: | diff --git a/.github/workflows/wolfssl.yml b/.github/workflows/wolfssl.yml index 3537269007..0b8fe47f7c 100644 --- a/.github/workflows/wolfssl.yml +++ b/.github/workflows/wolfssl.yml @@ -25,7 +25,7 @@ jobs: configure: --with-wolfssl=$HOME/wssl --enable-debug --enable-werror steps: - - run: sudo apt-get install libtool autoconf automake pkg-config + - run: sudo apt-get install libtool autoconf automake pkg-config stunnel4 name: install prereqs - run: |