mirror of
https://github.com/curl/curl.git
synced 2026-05-03 00:37:51 +03:00
CI: install Python package impacket to run SMB test 1451
Install Python package impacket in relevant CI workflows. Follow up to #7935 Supersedes #7940 Closes #8544
This commit is contained in:
parent
2cd9837e02
commit
f9b212cc84
8 changed files with 30 additions and 18 deletions
6
.github/workflows/linux-hyper.yml
vendored
6
.github/workflows/linux-hyper.yml
vendored
|
|
@ -25,8 +25,10 @@ jobs:
|
|||
configure: --with-openssl --with-hyper=$HOME/hyper
|
||||
|
||||
steps:
|
||||
- run: sudo apt-get install libtool autoconf automake pkg-config
|
||||
name: install prereqs
|
||||
- run: |
|
||||
sudo apt-get install libtool autoconf automake pkg-config
|
||||
sudo python3 -m pip install impacket
|
||||
name: install prereqs and impacket
|
||||
|
||||
- run: (cd $HOME;
|
||||
git clone --depth=1 https://github.com/hyperium/hyper.git;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue