summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-01-09 14:10:22 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-01-09 16:25:18 +0100
commitf127a9647298f4d103663e59eac7225b0aa2bce9 (patch)
treeb50d33623a331bed0876ae5c9ab12345a3e0c9fa
parent4c843fddcf9f5281ee2544f510134771b241a95d (diff)
downloadcurl-f127a9647298f4d103663e59eac7225b0aa2bce9.tar.gz
GHA: install stunnel in the medbtls + wolfssl CI jobs
-rw-r--r--.github/workflows/mbedtls.yml2
-rw-r--r--.github/workflows/wolfssl.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/mbedtls.yml b/.github/workflows/mbedtls.yml
index 07e0acd22..702013e8c 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 353726900..0b8fe47f7 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: |