mirror of
https://github.com/curl/curl.git
synced 2026-07-25 02:27:17 +03:00
CI: don't install impacket if tests are not run
It just wastes time and bandwidth and isn't even used.
This commit is contained in:
parent
238b7bdf09
commit
cfab581041
1 changed files with 0 additions and 3 deletions
3
.github/workflows/macos.yml
vendored
3
.github/workflows/macos.yml
vendored
|
|
@ -176,9 +176,6 @@ jobs:
|
|||
- run: "while [[ $? == 0 ]]; do for i in 1 2 3; do brew update && brew bundle install --no-lock --file /tmp/Brewfile && break 2 || { echo Error: wait to try again; sleep 10; } done; false Too many retries; done"
|
||||
name: 'brew install'
|
||||
|
||||
- run: python3 -m pip install impacket
|
||||
name: 'pip3 install'
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- run: cmake -S. -Bbuild -DCURL_WERROR=ON -DPICKY_COMPILER=ON ${{ matrix.build.generate }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue