mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
workflows/wolfssl: install impacket
needed Python Package for SMB tests Closes #8307
This commit is contained in:
parent
e74a6b7b72
commit
f558534e22
6
.github/workflows/wolfssl.yml
vendored
6
.github/workflows/wolfssl.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user