mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-29 09:47:47 +01:00
[build] Do not include curl_cffi in macos_legacy (#9653)
Authored by: bashonly
This commit is contained in:
parent
9590cc6b47
commit
b19ae095fd
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -320,7 +320,7 @@ jobs:
|
|||
run: |
|
||||
brew install coreutils
|
||||
python3 devscripts/install_deps.py --user -o --include build
|
||||
python3 devscripts/install_deps.py --user --include pyinstaller --include curl_cffi
|
||||
python3 devscripts/install_deps.py --user --include pyinstaller
|
||||
|
||||
- name: Prepare
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue