Skip to content

Commit d347be9

Browse files
joseph-sentrytnt-sentry
authored andcommitted
Update build_assets.yml
(cherry picked from commit f11c4be)
1 parent 81d5aea commit d347be9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
CFLAGS: -arch arm64 -arch x86_64
2222
TARGET: macos
2323
CMD_REQS: >
24-
mkdir -p pip-packages && cd pip-packages && pip wheel --no-cache-dir .. && cd .. &&
24+
mkdir -p pip-packages && cd pip-packages && pip wheel --no-cache-dir --no-binary tree_sitter,ijson,charset_normalizer,PyYAML .. && cd .. &&
2525
pip install --no-deps --no-index --find-links=pip-packages pip-packages/*
2626
CMD_BUILD: >
2727
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|^./||'") &&

0 commit comments

Comments
 (0)