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:
Marc Hoersken 2021-12-13 20:51:19 +01:00
parent 2cd9837e02
commit f9b212cc84
No known key found for this signature in database
GPG key ID: AD50A64F2A32040F
8 changed files with 30 additions and 18 deletions

View file

@ -31,8 +31,8 @@ jobs:
steps:
- run: |
sudo apt-get install libtool autoconf automake pkg-config stunnel4 python3-pip
sudo pip3 install impacket
sudo apt-get install libtool autoconf automake pkg-config stunnel4
sudo python3 -m pip install impacket
name: install prereqs and impacket
- run: |