We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b77aae commit f8225baCopy full SHA for f8225ba
.github/workflows/llama_cpp_plugin_build_and_test.yml
@@ -71,4 +71,5 @@ jobs:
71
- name: Run E2E tests
72
run: |
73
chmod +x ${{ github.workspace }}/binaries/llama_cpp_e2e_tests
74
+ export LD_LIBRARY_PATH=${{ github.workspace }}/binaries
75
${{ github.workspace }}/binaries/llama_cpp_e2e_tests
0 commit comments