We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a29b8a9 commit b90b37aCopy full SHA for b90b37a
1 file changed
.github/workflows/build-and-release.yaml
@@ -18,7 +18,7 @@ jobs:
18
uses: pypa/cibuildwheel@v2.22.0
19
env:
20
CIBW_SKIP: "pp*"
21
- CIBW_REPAIR_WHEEL_COMMAND: "LD_LIBRARY_PATH={project}/llama_cpp/lib auditwheel repair -w {dest_dir} {wheel}"
+ CIBW_REPAIR_WHEEL_COMMAND: "LD_LIBRARY_PATH=$PWD/llama_cpp/lib auditwheel repair -w {dest_dir} {wheel}"
22
CIBW_ARCHS: "aarch64"
23
CIBW_ENVIRONMENT: CMAKE_ARGS="-DGGML_NATIVE=off"
24
CIBW_BUILD: "cp38-*"
0 commit comments