Skip to content

Commit b90b37a

Browse files
committed
test: use cwd for wheel repair lookup
1 parent a29b8a9 commit b90b37a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: pypa/cibuildwheel@v2.22.0
1919
env:
2020
CIBW_SKIP: "pp*"
21-
CIBW_REPAIR_WHEEL_COMMAND: "LD_LIBRARY_PATH={project}/llama_cpp/lib auditwheel repair -w {dest_dir} {wheel}"
21+
CIBW_REPAIR_WHEEL_COMMAND: "LD_LIBRARY_PATH=$PWD/llama_cpp/lib auditwheel repair -w {dest_dir} {wheel}"
2222
CIBW_ARCHS: "aarch64"
2323
CIBW_ENVIRONMENT: CMAKE_ARGS="-DGGML_NATIVE=off"
2424
CIBW_BUILD: "cp38-*"

0 commit comments

Comments
 (0)