mirror of
https://github.com/curl/curl.git
synced 2026-07-28 21:13:07 +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
4
.github/workflows/nss.yml
vendored
4
.github/workflows/nss.yml
vendored
|
|
@ -26,8 +26,8 @@ jobs:
|
|||
|
||||
steps:
|
||||
- run: |
|
||||
sudo apt-get install libtool autoconf automake pkg-config stunnel4 python3-pip libnss3-dev clang-9 libpsl-dev libbrotli-dev libzstd-dev libnghttp2-dev nss-plugin-pem
|
||||
sudo pip3 install impacket
|
||||
sudo apt-get install libtool autoconf automake pkg-config stunnel4 libnss3-dev clang-9 libpsl-dev libbrotli-dev libzstd-dev libnghttp2-dev nss-plugin-pem
|
||||
sudo python3 -m pip install impacket
|
||||
name: install prereqs and impacket
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue