mirror of
https://github.com/curl/curl.git
synced 2026-07-27 09:47:16 +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/macos.yml
vendored
6
.github/workflows/macos.yml
vendored
|
|
@ -80,6 +80,9 @@ jobs:
|
|||
- run: brew update && for i in 1 2 3; do brew bundle install --no-lock --file /tmp/Brewfile && break || sleep 1; done
|
||||
name: 'brew install'
|
||||
|
||||
- run: python3 -m pip install impacket
|
||||
name: 'pip3 install'
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- run: ./buildconf && ./configure --enable-warnings --enable-werror ${{ matrix.build.configure }}
|
||||
|
|
@ -127,6 +130,9 @@ jobs:
|
|||
- run: brew update && brew bundle install --no-lock --file /tmp/Brewfile
|
||||
name: 'brew install'
|
||||
|
||||
- run: python3 -m pip install impacket
|
||||
name: 'pip3 install'
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- run: cmake -H. -Bbuild -DCURL_WERROR=ON -DPICKY_COMPILER=ON ${{ matrix.build.generate }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue