diff --git a/.github/workflows/build_assets.yml b/.github/workflows/build_assets.yml index e0e61e33..6bc72090 100644 --- a/.github/workflows/build_assets.yml +++ b/.github/workflows/build_assets.yml @@ -21,7 +21,7 @@ jobs: CFLAGS: -arch arm64 -arch x86_64 TARGET: macos CMD_REQS: > - mkdir -p pip-packages && cd pip-packages && pip wheel --no-cache-dir .. && cd .. && + mkdir -p pip-packages && cd pip-packages && pip wheel --no-cache-dir --no-binary tree_sitter,ijson,charset_normalizer,PyYAML .. && cd .. && pip install --no-deps --no-index --find-links=pip-packages pip-packages/* CMD_BUILD: > STATICCODECOV_LIB_PATH=$(find build/ -maxdepth 1 -type d -name 'lib.*' -print -quit | xargs -I {} sh -c "find {} -type f -name 'staticcodecov*' -print -quit | sed 's|^./||'") &&