[build] Do not include curl_cffi in macos_legacy (#9653)

Authored by: bashonly
This commit is contained in:
bashonly
2024-04-08 18:20:58 -05:00
committed by GitHub
parent 9590cc6b47
commit b19ae095fd
2 changed files with 2 additions and 2 deletions

View File

@@ -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: |