Skip to content

Commit 3a7669a

Browse files
committed
macos build bug fix
1 parent 32374d5 commit 3a7669a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
PIP_NO_BUILD_ISOLATION=false
249249
CIBW_REPAIR_WHEEL_COMMAND_MACOS: |
250250
export MACOSX_DEPLOYMENT_TARGET=13.7
251-
export DYLD_LIBRARY_PATH="/Users/runner/work/talib-prebuilt/talib-prebuilt/ta-lib-install/lib:$DYLD_LIBRARY_PATH"
251+
export DYLD_LIBRARY_PATH="/Users/runner/work/${{ github.event.repository.name }}/${{ github.event.repository.name }}/ta-lib-install/lib:$DYLD_LIBRARY_PATH"
252252
delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}
253253
- name: Set wheel name
254254
run: |
@@ -292,7 +292,7 @@ jobs:
292292
PIP_NO_BUILD_ISOLATION=false
293293
CIBW_REPAIR_WHEEL_COMMAND_MACOS: |
294294
export MACOSX_DEPLOYMENT_TARGET=14.0
295-
export DYLD_LIBRARY_PATH="/Users/runner/work/talib-prebuilt/talib-prebuilt/ta-lib-install/lib:$DYLD_LIBRARY_PATH"
295+
export DYLD_LIBRARY_PATH="/Users/runner/work/${{ github.event.repository.name }}/${{ github.event.repository.name }}/ta-lib-install/lib:$DYLD_LIBRARY_PATH"
296296
delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}
297297
- name: Set wheel name
298298
run: |

0 commit comments

Comments
 (0)