summaryrefslogtreecommitdiff
path: root/.github/workflows/mbedtls.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/mbedtls.yml')
-rw-r--r--.github/workflows/mbedtls.yml2
1 files changed, 1 insertions, 1 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: |