Skip to content

Commit

Permalink
Update build_assets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-sentry authored Oct 17, 2023
1 parent 95e5199 commit e15b4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .. && 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|^./||'") &&
Expand Down

0 comments on commit e15b4fd

Please sign in to comment.