mirror of
https://github.com/curl/curl.git
synced 2026-07-22 23:17:17 +03:00
workflows/wolfssl: install impacket
needed Python Package for SMB tests Closes #8307
This commit is contained in:
parent
e74a6b7b72
commit
f558534e22
1 changed files with 4 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue