workflows/wolfssl: install impacket

needed Python Package for SMB tests

Closes #8307
This commit is contained in:
pheiduck on githuh 2022-01-20 09:29:12 +01:00 committed by Daniel Stenberg
parent e74a6b7b72
commit f558534e22
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -25,8 +25,10 @@ jobs:
configure: --with-wolfssl=$HOME/wssl --enable-debug --enable-werror
steps:
- run: sudo apt-get install libtool autoconf automake pkg-config stunnel4
name: install prereqs
- run: |
sudo apt-get install libtool autoconf automake pkg-config stunnel4 python3-pip
sudo pip3 install impacket
name: install prereqs and impacket
- run: |
curl -LO https://github.com/wolfSSL/wolfssl/archive/v5.0.0-stable.tar.gz