Skip to content

Commit f8225ba

Browse files
committed
Set library path in workflow
1 parent 7b77aae commit f8225ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/llama_cpp_plugin_build_and_test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,5 @@ jobs:
7171
- name: Run E2E tests
7272
run: |
7373
chmod +x ${{ github.workspace }}/binaries/llama_cpp_e2e_tests
74+
export LD_LIBRARY_PATH=${{ github.workspace }}/binaries
7475
${{ github.workspace }}/binaries/llama_cpp_e2e_tests

0 commit comments

Comments
 (0)