We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef1cf12 commit a5f7425Copy full SHA for a5f7425
.github/actions/build_bindings_python/action.yml
@@ -60,7 +60,7 @@ runs:
60
shell: bash
61
run: |
62
sudo apt-get update -yq
63
- sudo apt-get install -yq --no-install-recommends build-essential clang libssl-dev pkg-config cmake protobuf-compiler
+ sudo apt-get install -yq --no-install-recommends build-essential clang mold libssl-dev pkg-config cmake protobuf-compiler
64
if [[ "${{ inputs.target }}" == aarch64-* ]]; then
65
echo "JEMALLOC_SYS_WITH_LG_PAGE=16" >> $GITHUB_ENV
66
else
0 commit comments