]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: install stunnel in the medbtls + wolfssl CI jobs
authorDaniel Stenberg <daniel@haxx.se>
Sun, 9 Jan 2022 13:10:22 +0000 (14:10 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 9 Jan 2022 17:08:02 +0000 (18:08 +0100)
Closes #8252

.github/workflows/mbedtls.yml
.github/workflows/wolfssl.yml

index 07e0acd2285588e1ad536274080cfbd52f6e480d..702013e8c95605f5bda55cc716bb9729f3f56e8c 100644 (file)
@@ -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: |
index 35372690077a73cdb80372b03762af33cdadb1e9..0b8fe47f7ca1d170b786e7c6777ae144bc9a0e46 100644 (file)
@@ -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: |