Skip to content

Commit ddb1c29

Browse files
committed
DYLD_LIBRARY_PATH
1 parent 0eb693e commit ddb1c29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/causal_lm_cpp.yml

+1
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,7 @@ jobs:
710710
cmake --build ./build/ --config Release --target visual_language_chat -j
711711
- run: >
712712
LD_LIBRARY_PATH=${{ github.workspace }}/ov/runtime/3rdparty/tbb/lib/:$LD_LIBRARY_PATH
713+
DYLD_LIBRARY_PATH=${{ github.workspace }}/ov/runtime/3rdparty/tbb/lib/:$DYLD_LIBRARY_PATH
713714
./build/samples/cpp/visual_language_chat/visual_language_chat ./miniCPM-V-2_6/ d5fbbd1a-d484-415c-88cb-9986625b7b11
714715
<<< $'What is on the image?\nWhat is special on the image?'
715716
timeout-minutes: 2

0 commit comments

Comments
 (0)