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: |
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: |