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 18:08:02 +0100
commit5bf1c4681ab4d966496b29631ab96c82f28e6577 (patch)
tree24a93cd8c9755362e9b9b79e2b19645ee12b9b31
parent70a1101e419e07eb031be2799582f5550fcc4940 (diff)
downloadcurl-5bf1c4681ab4d966496b29631ab96c82f28e6577.tar.gz
GHA: install stunnel in the medbtls + wolfssl CI jobs
Closes #8252
-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: |